Recovered from microbel
This commit is contained in:
9
server/Makefile.am
Normal file
9
server/Makefile.am
Normal file
@@ -0,0 +1,9 @@
|
||||
INCLUDES = -I../common/include -Idriver -Ilib @X_CFLAGS@ @GL_CFLAGS@
|
||||
|
||||
SUBDIRS = driver lib
|
||||
|
||||
bin_PROGRAMS = pvvmudsrv
|
||||
|
||||
pvvmudsrv_SOURCES = mudpvvmud.C player.C pvvmudsrv.C srvgosprotocol.C
|
||||
|
||||
pvvmudsrv_LDADD = driver/libdriver.a -Llib -lsrvlib -L../common/lib/gos -lgos -L../common/lib/texture -ltexture -L../common/lib/srvcli -lsrvcli -L../common/lib/geometry -lgeometry -L../common/lib/world -lworld -L../common/lib/utils -lpvvmudutils -lsrvcli -Ldriver -ldriver -L../common/lib/crypto -lcrypto @TIFF_LIBS@ -ltiff @GL_LIBS@ @NETLIBS@
|
||||
Reference in New Issue
Block a user