diff options
Diffstat (limited to 'knetworkconf')
-rw-r--r-- | knetworkconf/knetworkconf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkconf/knetworkconf/Makefile.am b/knetworkconf/knetworkconf/Makefile.am index 6c16644..3b4e4c9 100644 --- a/knetworkconf/knetworkconf/Makefile.am +++ b/knetworkconf/knetworkconf/Makefile.am @@ -33,7 +33,7 @@ xdg_apps_DATA = kcm_knetworkconfmodule.desktop KDE_ICON = AUTO 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)/knetworkconf.pot; \ fi |