aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-08-08 04:08:18 +0200
committerXTZGZoReX <none@none>2010-08-08 04:08:18 +0200
commitbee3e7c68103b24d0b84c95977a7e5fcd5620492 (patch)
treedb12c3ff9e60a8f9bf7e077a76dec32f6f8622e6 /src/server/authserver
parent66f1ac04d521bd8c512404d7db87eefaa77d526f (diff)
* Some cleanups and fixes in cmakes.
--HG-- branch : trunk
Diffstat (limited to 'src/server/authserver')
-rw-r--r--src/server/authserver/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/authserver/CMakeLists.txt b/src/server/authserver/CMakeLists.txt
index a4ef58ef920..561565e717b 100644
--- a/src/server/authserver/CMakeLists.txt
+++ b/src/server/authserver/CMakeLists.txt
@@ -13,12 +13,13 @@
file(GLOB_RECURSE sources_authentication Authentication/*.cpp Authentication/*.h)
file(GLOB_RECURSE sources_realms Realms/*.cpp Realms/*.h)
file(GLOB_RECURSE sources_server Server/*.cpp Server/*.h)
+file(GLOB sources_localdir *.cpp *.h)
set(authserver_SRCS
${sources_authentication}
${sources_realms}
${sources_server}
- Main.cpp
+ ${sources_localdir}
)
if( WIN32 )