[vlc-commits] keystore: fix the CXXFLAGS overriding
Steve Lhomme
git at videolan.org
Tue Jan 26 19:39:24 CET 2016
vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Thu Jan 21 18:09:41 2016 +0100| [18abc2a2acd82edde75b472cb8f5f3229728dfeb] | committer: Rémi Denis-Courmont
keystore: fix the CXXFLAGS overriding
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=18abc2a2acd82edde75b472cb8f5f3229728dfeb
---
modules/keystore/Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/keystore/Makefile.am b/modules/keystore/Makefile.am
index d216d64..8b417a9 100644
--- a/modules/keystore/Makefile.am
+++ b/modules/keystore/Makefile.am
@@ -23,8 +23,7 @@ moc_verbose__0 = $(moc_verbose_0)
nodist_libkwallet_plugin_la_SOURCES = keystore/kwallet.moc.cpp
CLEANFILES += $(nodist_libkwallet_plugin_la_SOURCES)
libkwallet_plugin_la_SOURCES = keystore/kwallet.cpp keystore/kwallet.hpp
-libkwallet_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
-libkwallet_plugin_la_CXXFLAGS = $(KWALLET_CXXFLAGS)
+libkwallet_plugin_la_CXXFLAGS = $(AM_CXXFLAGS) $(KWALLET_CXXFLAGS)
libkwallet_plugin_la_LIBADD = $(KWALLET_LIBS)
if HAVE_KWALLET
keystore_LTLIBRARIES += libkwallet_plugin.la
More information about the vlc-commits
mailing list