summaryrefslogtreecommitdiffstats
path: root/kspy
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-16 17:43:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-16 22:24:09 +0900
commit5d7651f93ab9000d6707ae9e541cbc6b3d190724 (patch)
treeece4a4cca10c3ca4308cad42f3f4cfcec9f28f96 /kspy
parentd23e53cb249d662bba818b47b62a8bb65e4a7d23 (diff)
downloadtdesdk-5d7651f9.tar.gz
tdesdk-5d7651f9.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd)
Diffstat (limited to 'kspy')
-rw-r--r--kspy/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspy/Makefile.am b/kspy/Makefile.am
index 07d8cdab..42ebfa02 100644
--- a/kspy/Makefile.am
+++ b/kspy/Makefile.am
@@ -20,7 +20,7 @@ EXTRA_DIST = main.cpp spy.cpp spy.h navview.cpp navview.h propsview.cpp \
METASOURCES = AUTO
messages:
- 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)/spy.pot; \
fi