aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authoreihrul <eihrul>2010-06-09 21:16:23 +0000
committereihrul <eihrul>2010-06-09 21:16:23 +0000
commit572636062e61ad66cc2b4d232394d9de0645baf2 (patch)
tree1307f92de016aaf9fc32179eff193a820d49c2b6 /Makefile.am
parent2d985dba913f815302b8fb86c9ff0956f3c2f1a3 (diff)
downloadenet-572636062e61ad66cc2b4d232394d9de0645baf2.tar.gz
enet-572636062e61ad66cc2b4d232394d9de0645baf2.zip
1.3.0 import
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a96f350..d8fb923 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ enetinclude_HEADERS = \
include/enet/win32.h
lib_LTLIBRARIES = libenet.la
-libenet_la_SOURCES = host.c list.c callbacks.c packet.c peer.c protocol.c unix.c win32.c
+libenet_la_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c protocol.c unix.c win32.c
# see info '(libtool) Updating version info' before making a release
libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 0:0:0
INCLUDES = -Iinclude