diff options
| author | Shauren <none@none> | 2010-10-03 16:30:22 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-10-03 16:30:22 +0200 |
| commit | 6c35c376e9abc8a5b221ffbff7954f99b6835039 (patch) | |
| tree | e239d351766148ce59d9befaa9ca4d4f1dc879b9 /src/server/authserver | |
| parent | 13aa8cbbf5bcbac76ada6956e76e1d3b4d395360 (diff) | |
Buildsystem: Generating revision.h is now a part of build process (revision.h is back as target)
Buildsystem: Removed non-existing include directories
--HG--
branch : trunk
Diffstat (limited to 'src/server/authserver')
| -rw-r--r-- | src/server/authserver/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/authserver/CMakeLists.txt b/src/server/authserver/CMakeLists.txt index 6dbc11b2262..0b666d2d91a 100644 --- a/src/server/authserver/CMakeLists.txt +++ b/src/server/authserver/CMakeLists.txt @@ -68,6 +68,8 @@ add_executable(authserver ${authserver_SRCS} ) +add_dependencies(authserver revision.h) + if( NOT WIN32 ) add_definitions(-D_TRINITY_REALM_CONFIG="${CONF_DIR}/authserver.conf") endif() |
