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

Last change on this file since 130 was 130, checked in by Sam Hocevar, 15 years ago
  • Remove obsolete MANAGE_MEM macro.
File size: 409 bytes
Line 
1## Process this file with automake to produce Makefile.in
2noinst_LIBRARIES = libnet.a
3
4libnet_a_SOURCES = \
5    gserver.cpp gserver.hpp \
6    gclient.cpp gclient.hpp \
7    fileman.cpp fileman.hpp \
8    sock.cpp sock.hpp \
9    tcpip.cpp tcpip.hpp \
10    indian.hpp ghandler.hpp undrv.hpp \
11    $(NULL)
12
13INCLUDES = -I$(srcdir) -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS)
14
15CPPFLAGS = @CPPFLAGS@ -DNO_CHECK
Note: See TracBrowser for help on using the repository browser.