mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
libtool fix
This commit is contained in:
parent
fc56be2eba
commit
bdaa2a2503
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ enetinclude_HEADERS = \
|
|||
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 0:0:0
|
||||
libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0
|
||||
INCLUDES = -Iinclude
|
||||
|
||||
ACLOCAL_AMFLAGS = -Im4
|
||||
|
|
Loading…
Reference in a new issue