diff options
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am.in b/Makefile.am.in index 94e20cf66..9dcc14524 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -51,7 +51,6 @@ messages: fgrep -v "/tests" dirs > dirs.new && mv dirs.new dirs ;\ dirs=`cat dirs` ;\ find $$dirs -maxdepth 1 -name "*.cpp" -print > files ;\ - find $$dirs -maxdepth 1 -name "*.cc" -print >> files ;\ find $$dirs -maxdepth 1 -name "*.h" -print >> files ;\ echo ./tdecore/tde-config.cpp.in >> files ;\ $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_tdednssd.kcfg > rc.cpp; \ |