summaryrefslogtreecommitdiffstats
path: root/keduca
diff options
context:
space:
mode:
Diffstat (limited to 'keduca')
-rw-r--r--keduca/Makefile.am2
-rw-r--r--keduca/keducabuilder/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/keduca/Makefile.am b/keduca/Makefile.am
index 37f0a527..55f21c8e 100644
--- a/keduca/Makefile.am
+++ b/keduca/Makefile.am
@@ -7,7 +7,7 @@ messages:
$(EXTRACTRC) `find . -name *.rc` > rc.cpp
$(EXTRACTRC) `find . -name *.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)/keduca.pot; \
fi
diff --git a/keduca/keducabuilder/Makefile.am b/keduca/keducabuilder/Makefile.am
index 97a999ce..60002c00 100644
--- a/keduca/keducabuilder/Makefile.am
+++ b/keduca/keducabuilder/Makefile.am
@@ -31,7 +31,7 @@ rcdir = $(kde_datadir)/keduca
rc_DATA = keducabuilderui.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)/keduca.pot; \
fi