source:
abuse/trunk/src/net/Makefile.am
@
43
Last change on this file since 43 was 2, checked in by , 17 years ago | |
---|---|
File size: 292 bytes |
Line | |
---|---|
1 | ## Process this file with automake to produce Makefile.in |
2 | noinst_LIBRARIES = libnet.a |
3 | |
4 | libnet_a_SOURCES = gserver.cpp gclient.cpp fileman.cpp sock.cpp tcpip.cpp |
5 | |
6 | INCLUDES = -I$(srcdir)/include -I$(srcdir)/../include -I$(srcdir)/../imlib/include |
7 | |
8 | CPPFLAGS = @CPPFLAGS@ -DMANAGE_MEM -DNO_CHECK |
Note: See TracBrowser
for help on using the repository browser.