[vlc-devel] [PATCH 2/2] keystore: fix the CXXFLAGS overriding
Steve Lhomme
robux4 at gmail.com
Thu Jan 21 18:09:41 CET 2016
---
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
--
1.9.5.msysgit.0
More information about the vlc-devel
mailing list