aboutsummaryrefslogtreecommitdiff
path: root/tests/enet/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enet/Makefile.am')
-rw-r--r--tests/enet/Makefile.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/enet/Makefile.am b/tests/enet/Makefile.am
new file mode 100644
index 00000000..f5ce9691
--- /dev/null
+++ b/tests/enet/Makefile.am
@@ -0,0 +1,22 @@
+pkgconfigdir = $(libdir)/pkgconfig
+nodist_pkgconfig_DATA = libenet.pc
+
+enetincludedir=$(includedir)/enet
+enetinclude_HEADERS = \
+ include/enet/callbacks.h \
+ include/enet/enet.h \
+ include/enet/list.h \
+ include/enet/protocol.h \
+ include/enet/time.h \
+ include/enet/types.h \
+ include/enet/unix.h \
+ include/enet/utility.h \
+ include/enet/win32.h
+
+lib_LTLIBRARIES = libenet.la
+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 1:3:0
+INCLUDES = -I$(top_srcdir)/include
+
+ACLOCAL_AMFLAGS = -Im4