Commit 61da4bf2 authored by Sean McGovern's avatar Sean McGovern Committed by Thomas Guillem

keystore: fix distcheck when Qt is not present

Qt moc files should always be marked as nodist_
Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 98b2285f
......@@ -20,7 +20,9 @@ moc_verbose__0 = $(moc_verbose_0)
.hpp.moc.cpp:
$(moc_verbose)$(MOC) $(MOC_CPPFLAGS) -o $@ $<
libkwallet_plugin_la_SOURCES = keystore/kwallet.cpp keystore/kwallet.hpp keystore/kwallet.moc.cpp
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_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