diff options
-rw-r--r-- | mana.files | 6 | ||||
-rwxr-xr-x | update-creator.sh | 3 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,8 @@ +./CMakeCache.txt +./CMakeFiles/CMakeRuleHashes.txt +./CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp +./CMakeFiles/TargetDirectories.txt ./CMakeLists.txt -./config.h ./data/CMakeLists.txt ./data/fonts/CMakeLists.txt ./data/fonts/Makefile.am @@ -64,6 +67,7 @@ ./src/chatlog.h ./src/client.cpp ./src/client.h +./src/CMakeFiles/mana.dir/link.txt ./src/CMakeLists.txt ./src/commandhandler.cpp ./src/commandhandler.h diff --git a/update-creator.sh b/update-creator.sh index edda5613..b8cfd550 100755 --- a/update-creator.sh +++ b/update-creator.sh @@ -1,5 +1,6 @@ #!/bin/sh -find -name \*.cpp \ +find -path ./libs -prune -path ./CMake -prune \ + -o -name \*.cpp \ -o -name \*.h \ -o -name \*.am \ -o -name \*.txt \ |