aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-03-27 17:38:44 +0100
committerXTZGZoReX <none@none>2009-03-27 17:38:44 +0100
commit841625908c6580eeddb59c2c064c35127590f303 (patch)
tree39dfae3212ed12f724cc9340a7c8baf873a32637 /src
parent6852a1076502ba3fd824b37ab20b4c5c910eef39 (diff)
* Fixed CMakeLists after DBC move.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/shared/Database/CMakeLists.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/shared/Database/CMakeLists.txt b/src/shared/Database/CMakeLists.txt
index 78cc48436e7..d4d9e82b0db 100644
--- a/src/shared/Database/CMakeLists.txt
+++ b/src/shared/Database/CMakeLists.txt
@@ -1,8 +1,5 @@
SET(trinitydatabase_STAT_SRCS
- DBCStores.cpp
- DBCStores.h
- DBCStructure.h
- DBCfmt.cpp
+ DBCStore.h
Database.cpp
Database.h
DatabaseEnv.h
@@ -30,8 +27,8 @@ SET(trinitydatabase_STAT_SRCS
SqlDelayThread.h
SqlOperations.cpp
SqlOperations.h
- dbcfile.cpp
- dbcfile.h
+ DBCFileLoader.cpp
+ DBCFileLoader.h
)
add_library(trinitydatabase STATIC ${trinitydatabase_STAT_SRCS})