Last change
on this file since 671 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
|
Rev | Line | |
---|
[651] | 1 | |
---|
[2] | 2 | noinst_LIBRARIES = libnet.a |
---|
| 3 | |
---|
[66] | 4 | libnet_a_SOURCES = \ |
---|
[481] | 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 \ |
---|
[524] | 10 | ghandler.h undrv.h \ |
---|
[66] | 11 | $(NULL) |
---|
[2] | 12 | |
---|
[104] | 13 | INCLUDES = -I$(srcdir) -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS) |
---|
[2] | 14 | |
---|
[130] | 15 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK |
---|
[651] | 16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.