From dfdb36548af310c02f7e5765cb84fa6561ffdd43 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 10 Dec 2020 13:17:13 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro --- knetworkconf/knetworkconf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knetworkconf') 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 -- cgit v1.2.3