mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
include fix
This commit is contained in:
parent
93ceb9d2be
commit
d4768414eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue