From b9e967b3cde6af41cd0e863e9ff073897019625a Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 6 May 2013 14:45:33 +0200 Subject: [PATCH] Bump library interface revision. Commit edf4c047 claimed it did this but didn't really do it. Should really have been done as part of bumping the library version (0.0.2.dev in configure.ac). --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 46f573a..597f6dd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -50,5 +50,5 @@ endif EXTRA_DIST = HACKING LICENSE libradsec_la_LIBADD = radsecproxy/libradsec-radsecproxy.la radius/libradsec-radius.la -libradsec_la_LDFLAGS = -version-info 0:0:0 -export-symbols radsec.sym +libradsec_la_LDFLAGS = -version-info 1:0:0 -export-symbols radsec.sym libradsec_la_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -Werror # -DDEBUG -DDEBUG_LEVENT -- 2.1.4