diff options
author | eihrul <eihrul> | 2011-05-31 07:48:27 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2011-05-31 07:48:27 +0000 |
commit | f38c177db0ce632ca07fe9668a72f6236bc81395 (patch) | |
tree | 9a3fc82019c95ceb875da9c1df510383d6e6457c /Makefile.am | |
parent | 33e2fc62012978a10a3a7f7f27c33eb2115b884b (diff) | |
download | enet-f38c177db0ce632ca07fe9668a72f6236bc81395.tar.gz enet-f38c177db0ce632ca07fe9668a72f6236bc81395.zip |
support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
1.3.2 release prep
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 4f39688..da792bc 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 1:1:0 +libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:2:0 INCLUDES = -Iinclude ACLOCAL_AMFLAGS = -Im4 |