summaryrefslogtreecommitdiffstats
path: root/Makefile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.cmake')
-rw-r--r--Makefile.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.cmake b/Makefile.cmake
index 55dba5a..c0265a7 100644
--- a/Makefile.cmake
+++ b/Makefile.cmake
@@ -47,9 +47,9 @@ build-check:
test -f "$(BUILD_DIR)/Makefile" || (cd "$(BUILD_DIR)" && $(CMAKE) .. )
messages:
- extractrc `find . -name *.rc` > rc.cc
- extractrc `find . -name *.ui` >> rc.cc
- xgettext -o kpilot.po --keyword=i18n rc.cc `find . -name *.h` `find . -name *.cc`
+ extractrc `find . -name *.rc` > rc.cpp
+ extractrc `find . -name *.ui` >> rc.cpp
+ xgettext -o kpilot.po --keyword=i18n rc.cpp `find . -name *.h` `find . -name *.cpp`
clean:
@rm -rf $(BUILD_DIR)