7 lines
232 B
Makefile
7 lines
232 B
Makefile
INCLUDES = -I../../common/include -I.. -I../driver @X_CFLAGS@ @GL_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libsrvlib.a
|
|
|
|
libsrvlib_a_SOURCES = actionclose.C actionopen.C chest.C door.C magicchest.C viewpoint_1p.C viewpoint_3p.C viewpoint_free.C
|
|
|