aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorlsalzman <[email protected]>2012-05-29 19:05:34 -0700
committerlsalzman <[email protected]>2012-05-29 19:05:34 -0700
commitea8faf35798e94657af3da5bffe70841971a3995 (patch)
treef53281cf0d0e895410f9da5b5c525b858b35c997 /Makefile.am
parentfb55c5d7c3a293388932081e0d7b139a82193804 (diff)
downloadenet-ea8faf35798e94657af3da5bffe70841971a3995.tar.gz
enet-ea8faf35798e94657af3da5bffe70841971a3995.zip
added per-peer configurable ping interval and timeouts
1.3.4 release prep
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f5ce969..14e9acb 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:3:0
+libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 2:0:0
INCLUDES = -I$(top_srcdir)/include
ACLOCAL_AMFLAGS = -Im4