Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
18abc2a2
Commit
18abc2a2
authored
Jan 21, 2016
by
Steve Lhomme
Committed by
Rémi Denis-Courmont
Jan 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
keystore: fix the CXXFLAGS overriding
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
b160086a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/keystore/Makefile.am
modules/keystore/Makefile.am
+1
-2
No files found.
modules/keystore/Makefile.am
View file @
18abc2a2
...
@@ -23,8 +23,7 @@ moc_verbose__0 = $(moc_verbose_0)
...
@@ -23,8 +23,7 @@ moc_verbose__0 = $(moc_verbose_0)
nodist_libkwallet_plugin_la_SOURCES
=
keystore/kwallet.moc.cpp
nodist_libkwallet_plugin_la_SOURCES
=
keystore/kwallet.moc.cpp
CLEANFILES
+=
$(nodist_libkwallet_plugin_la_SOURCES)
CLEANFILES
+=
$(nodist_libkwallet_plugin_la_SOURCES)
libkwallet_plugin_la_SOURCES
=
keystore/kwallet.cpp keystore/kwallet.hpp
libkwallet_plugin_la_SOURCES
=
keystore/kwallet.cpp keystore/kwallet.hpp
libkwallet_plugin_la_CPPFLAGS
=
$(AM_CPPFLAGS)
libkwallet_plugin_la_CXXFLAGS
=
$(AM_CXXFLAGS)
$(KWALLET_CXXFLAGS)
libkwallet_plugin_la_CXXFLAGS
=
$(KWALLET_CXXFLAGS)
libkwallet_plugin_la_LIBADD
=
$(KWALLET_LIBS)
libkwallet_plugin_la_LIBADD
=
$(KWALLET_LIBS)
if
HAVE_KWALLET
if
HAVE_KWALLET
keystore_LTLIBRARIES
+=
libkwallet_plugin.la
keystore_LTLIBRARIES
+=
libkwallet_plugin.la
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment