summaryrefslogtreecommitdiffstats
path: root/kmplot
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot')
-rw-r--r--kmplot/kmplot/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmplot/kmplot/Makefile.am b/kmplot/kmplot/Makefile.am
index 4d971fbd..c845aecc 100644
--- a/kmplot/kmplot/Makefile.am
+++ b/kmplot/kmplot/Makefile.am
@@ -8,7 +8,7 @@ METASOURCES = AUTO
messages: rc.cpp
$(EXTRACTRC) *.ui >> 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)/kmplot.pot; \
fi