summaryrefslogtreecommitdiffstats
path: root/kbruch
diff options
context:
space:
mode:
Diffstat (limited to 'kbruch')
-rw-r--r--kbruch/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbruch/src/Makefile.am b/kbruch/src/Makefile.am
index ede0aee6..6459bbf1 100644
--- a/kbruch/src/Makefile.am
+++ b/kbruch/src/Makefile.am
@@ -36,7 +36,7 @@ rcdir = $(kde_datadir)/kbruch
rc_DATA = kbruchui.rc
messages: rc.cpp
- LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
+ LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/kbruch.pot; \
fi