2011-07-14 00:52:11 -04:00
|
|
|
noinst_LIBRARIES = libenet.a
|
2011-11-14 17:29:15 -05:00
|
|
|
EXTRA_DIST = ChangeLog configure design.txt Doxyfile LICENSE tutorial.txt CMakeLists.txt\
|
2011-09-06 02:09:27 -04:00
|
|
|
$(shell find $(srcdir) -maxdepth 2 -name "*.dox")
|
2011-07-14 00:52:11 -04:00
|
|
|
libenet_a_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c \
|
|
|
|
protocol.c unix.c win32.c \
|
2011-03-17 17:02:22 -04:00
|
|
|
include/enet/callbacks.h \
|
|
|
|
include/enet/enet.h \
|
2008-09-09 20:26:04 -04:00
|
|
|
include/enet/list.h \
|
2011-03-17 17:02:22 -04:00
|
|
|
include/enet/protocol.h \
|
2008-09-09 20:26:04 -04:00
|
|
|
include/enet/time.h \
|
2011-03-17 17:02:22 -04:00
|
|
|
include/enet/types.h \
|
2008-09-09 20:26:04 -04:00
|
|
|
include/enet/unix.h \
|
2011-03-17 17:02:22 -04:00
|
|
|
include/enet/utility.h \
|
|
|
|
include/enet/win32.h
|
2008-09-09 20:26:04 -04:00
|
|
|
|
2011-07-14 00:52:11 -04:00
|
|
|
AM_CPPFLAGS = -I$(srcdir)/include/
|