aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-24 15:49:38 -0600
committermegamage <none@none>2008-12-24 15:49:38 -0600
commit808d79eb297c37a51f4c396152348e422c06d44f (patch)
treeeb29d88c8515fe8f2068291126c21934b316220d /configure.ac
parente71697462e487f20812bee265cae0c8a8458b160 (diff)
*Some clean up.
--HG-- branch : trunk
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 6 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 4a830706ddb..fd14e0ca3a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -290,13 +290,6 @@ TRINI_INCLUDES="$POSTGRE_INCLUDES $MYSQL_INCLUDES $TRINI_INCLUDES"
TRINI_LIBS="$POSTGRE_LIBS $MYSQL_LIBS $ZLIB $COMPATLIB $SSLLIB $TRINI_LIBS"
## Export defined variables
-AC_SUBST(ZLIB)
-AC_SUBST(COMPATLIB)
-AC_SUBST(SSLLIB)
-AC_SUBST(MYSQL_INCLUDES)
-AC_SUBST(MYSQL_LIBS)
-AC_SUBST(POSTGRE_INCLUDES)
-AC_SUBST(POSTGRE_LIBS)
AC_SUBST(DOXYGEN)
AC_SUBST(TRINITYD_DEBUG_INFO)
AC_SUBST(TRINITYD_ENABLE_CLI)
@@ -321,6 +314,8 @@ AC_CONFIG_FILES([
doc/Makefile
Makefile
src/Makefile
+ src/tools/Makefile
+ src/tools/genrevision/Makefile
src/framework/Makefile
src/shared/Makefile
src/shared/Auth/Makefile
@@ -329,8 +324,10 @@ AC_CONFIG_FILES([
src/shared/vmap/Makefile
src/shared/SystemConfig.h
src/game/Makefile
- src/trinityrealm/Makefile
- src/trinitycore/Makefile
+ src/realmd/Makefile
+ src/realmd/realmd.conf.dist
+ src/mangosd/Makefile
+ src/mangosd/mangosd.conf.dist
src/bindings/Makefile
src/bindings/interface/Makefile
])
@@ -340,11 +337,6 @@ if test X$tri_need_to_build_ace = Xyes; then
AC_CONFIG_SUBDIRS([dep/ACE_wrappers])
fi
-## Configure ACE
-if test X$tri_build_scripts = Xyes; then
-AC_CONFIG_FILES([src/bindings/scripts/Makefile])
-fi
-
AC_CONFIG_COMMANDS([default],[
echo ""
echo "Configuration of TrinityCore $PACKAGE_VERSION is now complete."