diff options
| author | megamage <none@none> | 2009-01-01 15:14:43 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-01 15:14:43 -0600 |
| commit | 6e8bd9973b8df3172794484eecd6ebd0a4e54f73 (patch) | |
| tree | bd1142250f4c588741b8b0f24d95e2eee613b080 /src/mangosd | |
| parent | b348096d2cf12b95cc69c7925de674a135c0384d (diff) | |
*Fix Linux build. Patch by panaut0lordv.
--HG--
branch : trunk
Diffstat (limited to 'src/mangosd')
| -rw-r--r-- | src/mangosd/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mangosd/Makefile.am b/src/mangosd/Makefile.am index 1e933032186..e930feeb252 100644 --- a/src/mangosd/Makefile.am +++ b/src/mangosd/Makefile.am @@ -35,8 +35,8 @@ trinity_worldd_SOURCES = \ WorldRunnable.h ## Link world daemon against the shared library -trinity_worldd_LDADD = ../bindings/universal/libmangosscript.la ../game/libmangosgame.a ../shared/Database/libmangosdatabase.a ../shared/Config/libmangosconfig.a ../shared/Auth/libmangosauth.a ../shared/libmangosshared.a ../shared/vmap/libmangosvmaps.a ../framework/libmangosframework.a ../../dep/src/sockets/libmangossockets.a ../../dep/src/zthread/libZThread.la ../../dep/src/g3dlite/libg3dlite.a -trinity_worldd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/zthread -L../../dep/src/g3dlite -L../bindings/universal/ -L$(libdir) $(TRINI_LIBS) -export-dynamic +trinity_worldd_LDADD = ../bindings/scripts/libtrinityscript.la ../game/libmangosgame.a ../shared/Database/libmangosdatabase.a ../shared/Config/libmangosconfig.a ../shared/Auth/libmangosauth.a ../shared/libmangosshared.a ../shared/vmap/libmangosvmaps.a ../framework/libmangosframework.a ../../dep/src/sockets/libmangossockets.a ../../dep/src/zthread/libZThread.la ../../dep/src/g3dlite/libg3dlite.a +trinity_worldd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/zthread -L../../dep/src/g3dlite -L../bindings/scripts/ -L$(libdir) $(TRINI_LIBS) -export-dynamic ## Additional files to include when running 'make dist' # Include world daemon configuration |
