9 lines
216 B
Makefile
9 lines
216 B
Makefile
DEFS = @DEFS@ @network_flag@ @netdebug_flag@ @sdlnet_flag@
|
|
|
|
noinst_LIBRARIES = libcommon.a
|
|
|
|
libcommon_a_SOURCES = \
|
|
list.c net.c tools.c parser.c
|
|
|
|
EXTRA_DIST = list.h net.h messages.h tools.h parser.h gettext.h
|