[8759] Fix for Intel TBB library aka 'Cannot open "../../dep/tbb/libtbbmalloc.so"'. Thanks to ApoC, ghostpast and me :P

Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
Ambal 2009-11-01 13:47:22 +02:00
parent f98ccc3b6b
commit 64baf661f5
3 changed files with 5 additions and 7 deletions

View file

@ -43,10 +43,9 @@ mangos_worldd_LDADD = \
../shared/vmap/libmangosvmaps.a \ ../shared/vmap/libmangosvmaps.a \
../framework/libmangosframework.a \ ../framework/libmangosframework.a \
../../dep/src/sockets/libmangossockets.a \ ../../dep/src/sockets/libmangossockets.a \
../../dep/src/g3dlite/libg3dlite.a \ ../../dep/src/g3dlite/libg3dlite.a
../../dep/tbb/libtbbmalloc.so
mangos_worldd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/g3dlite -L../bindings/universal/ -L../../dep/tbb -L$(libdir) $(MANGOS_LIBS) -export-dynamic mangos_worldd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/g3dlite -L../bindings/universal/ -L$(libdir) $(MANGOS_LIBS) -export-dynamic
## Additional files to include when running 'make dist' ## Additional files to include when running 'make dist'
# Include world daemon configuration # Include world daemon configuration

View file

@ -36,10 +36,9 @@ mangos_realmd_LDADD = \
../shared/Auth/libmangosauth.a \ ../shared/Auth/libmangosauth.a \
../shared/libmangosshared.a \ ../shared/libmangosshared.a \
../framework/libmangosframework.a \ ../framework/libmangosframework.a \
../../dep/src/sockets/libmangossockets.a \ ../../dep/src/sockets/libmangossockets.a
../../dep/tbb/libtbbmalloc.so
mangos_realmd_LDFLAGS = -L../../dep/src/sockets -L../../dep/tbb -L$(libdir) $(MANGOS_LIBS) mangos_realmd_LDFLAGS = -L../../dep/src/sockets -L$(libdir) $(MANGOS_LIBS)
## Additional files to include when running 'make dist' ## Additional files to include when running 'make dist'
# Include realm list daemon configuration # Include realm list daemon configuration

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "8758" #define REVISION_NR "8759"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__