summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-29 21:27:37 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-29 21:27:37 +0000
commit565a35c6ca0aa19d830cbcce0d0f522c0b854997 (patch)
tree4a8b9e5ed51e62de26b18e890a39ec89a1ce75ad /src
parent25df9c6c3b735fea87ded284665e866c39144705 (diff)
downloadmana-client-565a35c6ca0aa19d830cbcce0d0f522c0b854997.tar.gz
mana-client-565a35c6ca0aa19d830cbcce0d0f522c0b854997.tar.bz2
mana-client-565a35c6ca0aa19d830cbcce0d0f522c0b854997.tar.xz
mana-client-565a35c6ca0aa19d830cbcce0d0f522c0b854997.zip
Updated Makefile and CMakeList
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
-rw-r--r--src/Makefile.am4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c663cedf..cd207dbe 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -212,6 +212,10 @@ SET(SRCS
resources/iteminfo.cpp
resources/mapreader.cpp
resources/mapreader.h
+ resources/monsterdb.h
+ resources/monsterdb.cpp
+ resources/monsterinfo.h
+ resources/monsterinfo.cpp
resources/music.h
resources/music.cpp
resources/openglsdlimageloader.h
diff --git a/src/Makefile.am b/src/Makefile.am
index d9e6f907..94b0f2af 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -174,6 +174,10 @@ tmw_SOURCES = graphic/imagerect.h \
resources/iteminfo.cpp \
resources/mapreader.cpp \
resources/mapreader.h \
+ resources/monsterdb.h \
+ resources/monsterdb.cpp \
+ resources/monsterinfo.h \
+ resources/monsterinfo.cpp \
resources/music.h \
resources/music.cpp \
resources/openglsdlimageloader.h \