source: abuse/trunk/src/net/Makefile.am @ 651

Last change on this file since 651 was 651, checked in by Sam Hocevar, 12 years ago

build: add a --disable-network compilation flag and get rid of most of
the CELLOS_LV2 ifdefs.

File size: 328 bytes
Line 
1
2noinst_LIBRARIES = libnet.a
3
4libnet_a_SOURCES = \
5    gserver.cpp gserver.h \
6    gclient.cpp gclient.h \
7    fileman.cpp fileman.h \
8    sock.cpp sock.h \
9    tcpip.cpp tcpip.h \
10    ghandler.h undrv.h \
11    $(NULL)
12
13INCLUDES = -I$(srcdir) -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS)
14
15CPPFLAGS = @CPPFLAGS@ -DNO_CHECK
16
Note: See TracBrowser for help on using the repository browser.