Last change
on this file since 17 was
2,
checked in by Sam Hocevar, 17 years ago
|
- imported original 0.7.0 tarball
|
File size:
292 bytes
|
Rev | Line | |
---|
[2] | 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.