vlc | branch: master | Thomas Guillem <[email protected]> | Mon Jan 11 16:53:13 2016 +0100| [ab9ea034725d8a4be00673f439cf7fb84a65f3c8] | committer: Thomas Guillem
kwallet: fix distcheck > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab9ea034725d8a4be00673f439cf7fb84a65f3c8 --- modules/keystore/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/keystore/Makefile.am b/modules/keystore/Makefile.am index 64787de..9a73165 100644 --- a/modules/keystore/Makefile.am +++ b/modules/keystore/Makefile.am @@ -20,7 +20,7 @@ moc_verbose__0 = $(moc_verbose_0) .hpp.moc.cpp: $(moc_verbose)$(MOC) $(MOC_CPPFLAGS) -o $@ $< -libkwallet_plugin_la_SOURCES = keystore/kwallet.cpp keystore/kwallet.moc.cpp +libkwallet_plugin_la_SOURCES = keystore/kwallet.cpp keystore/kwallet.hpp keystore/kwallet.moc.cpp libkwallet_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) libkwallet_plugin_la_CXXFLAGS = $(KWALLET_CXXFLAGS) libkwallet_plugin_la_LIBADD = $(KWALLET_LIBS) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
