summaryrefslogtreecommitdiffstats
path: root/libtdegames/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-12-11 16:15:55 +0900
committerMichele Calgaro <[email protected]>2020-12-11 16:15:55 +0900
commit931f81f9fe49f3fe339bb3cb23501393bfbb2d0a (patch)
treea9a654a2acd2bd8ddfc026fee8c1f9ea18ea8deb /libtdegames/Makefile.am
parenteb03b1cb9c58427f256e50b857df40aae0db940e (diff)
downloadtdegames-931f81f9fe49f3fe339bb3cb23501393bfbb2d0a.tar.gz
tdegames-931f81f9fe49f3fe339bb3cb23501393bfbb2d0a.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libtdegames/Makefile.am')
-rw-r--r--libtdegames/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/Makefile.am b/libtdegames/Makefile.am
index 7fec27d4..67fbed02 100644
--- a/libtdegames/Makefile.am
+++ b/libtdegames/Makefile.am
@@ -18,6 +18,6 @@ METASOURCES = AUTO
SUBDIRS = carddecks highscore kgame pics
messages:
- $(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/libtdegames.pot
+ $(XGETTEXT) `find . -name \*.h -o -name \*.cpp` -o $(podir)/libtdegames.pot
include ../admin/Doxyfile.am