diff options
author | eihrul <eihrul> | 2010-06-09 22:05:09 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-06-09 22:05:09 +0000 |
commit | bdaa2a250367120285df35e03d75c0a2d65581cb (patch) | |
tree | b327601da23af1cd37e6465958b84bd4eb22504e | |
parent | fc56be2ebaf492cfddd66ba7246ef549aa45ec13 (diff) | |
download | enet-bdaa2a250367120285df35e03d75c0a2d65581cb.tar.gz enet-bdaa2a250367120285df35e03d75c0a2d65581cb.zip |
libtool fix
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d8fb923..17ce8c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |