Added initial LBreakout2 sources, already slightly modified - it does not work yet!
This commit is contained in:
8
project/jni/application/lbreakout2/common/Makefile.am
Normal file
8
project/jni/application/lbreakout2/common/Makefile.am
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user