mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8275] Remove unneeded static linkage in src/game/
Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
d8c1e3991f
commit
571f94b36a
2 changed files with 1 additions and 9 deletions
|
|
@ -294,14 +294,6 @@ libmangosgame_a_SOURCES = \
|
|||
GroupReference.h \
|
||||
GroupRefManager.h
|
||||
|
||||
## Link against shared library
|
||||
libmangosgame_a_LIBADD = \
|
||||
../shared/libmangosshared.a \
|
||||
../shared/Auth/libmangosauth.a \
|
||||
../shared/Config/libmangosconfig.a \
|
||||
../shared/Database/libmangosdatabase.a \
|
||||
../shared/vmap/libmangosvmaps.a
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
# Precompiled Headers for WIN
|
||||
EXTRA_DIST = \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8274"
|
||||
#define REVISION_NR "8275"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue