Commit ab9ea034 authored by Thomas Guillem's avatar Thomas Guillem

kwallet: fix distcheck

parent 1b6767de
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment