Fix a bug causing libtool versioning to be ignored.
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 13 Aug 2009 06:08:45 +0000 (07:08 +0100)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 13 Aug 2009 06:08:45 +0000 (07:08 +0100)
This bug meant that razor 0.1 was recorded as interface 0 rather
than the intended interface 1. razor 0.2 will use interface 1.

librazor/Makefile.am

index b39ce30..9caddee 100644 (file)
@@ -41,7 +41,8 @@ endif
 
 librazor_la_LIBADD = $(ZLIB_LIBS) types/libtypes.la $(LUA_LIBS) \
        ../gl/libgnu.la $(EXTRA_LIBS)
-librazor_la_LDFLAGS = -no-undefined
+librazor_la_LDFLAGS = -no-undefined \
+       -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
 
 if HAVE_LUA
   test_lua_SOURCES = test-lua.c