From d4768414eba8ccdab6c654262fdbf8081adca5a7 Mon Sep 17 00:00:00 2001 From: eihrul Date: Mon, 28 Nov 2011 21:37:24 +0000 Subject: [PATCH] include fix --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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