summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoreihrul <eihrul>2011-11-28 21:37:24 +0000
committereihrul <eihrul>2011-11-28 21:37:24 +0000
commitd4768414eba8ccdab6c654262fdbf8081adca5a7 (patch)
treec149989091a1deef07b45b3b792da65284f4108b
parent93ceb9d2be8ccd44accd09d2fddb47bc0966a296 (diff)
downloadenet-d4768414eba8ccdab6c654262fdbf8081adca5a7.tar.gz
enet-d4768414eba8ccdab6c654262fdbf8081adca5a7.zip
include fix
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d01006e..f5ce969 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,6 @@ 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 = -Iinclude
+INCLUDES = -I$(top_srcdir)/include
ACLOCAL_AMFLAGS = -Im4