summaryrefslogtreecommitdiffstats
path: root/knetworkconf
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-10 13:17:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-10 13:32:38 +0900
commit9a3dcd5ccf5fcd3fef82ff1a438bad026361b138 (patch)
tree1ca61c49746424f2618b7d31713b55c1b59df046 /knetworkconf
parente515279c8c90a517b891d2d29b4a2433e687eeb8 (diff)
downloadtdeadmin-9a3dcd5ccf5fcd3fef82ff1a438bad026361b138.tar.gz
tdeadmin-9a3dcd5ccf5fcd3fef82ff1a438bad026361b138.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dfdb36548af310c02f7e5765cb84fa6561ffdd43)
Diffstat (limited to 'knetworkconf')
-rw-r--r--knetworkconf/knetworkconf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkconf/knetworkconf/Makefile.am b/knetworkconf/knetworkconf/Makefile.am
index 2fe7ee1..4bd0c8c 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