diff options
author | eihrul <eihrul> | 2011-11-28 21:37:24 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2011-11-28 21:37:24 +0000 |
commit | d4768414eba8ccdab6c654262fdbf8081adca5a7 (patch) | |
tree | c149989091a1deef07b45b3b792da65284f4108b /Makefile.am | |
parent | 93ceb9d2be8ccd44accd09d2fddb47bc0966a296 (diff) | |
download | enet-d4768414eba8ccdab6c654262fdbf8081adca5a7.tar.gz enet-d4768414eba8ccdab6c654262fdbf8081adca5a7.zip |
include fix
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |