Fix a bug causing libtool versioning to be ignored.
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu Aug 13 07:08:45 2009 +0100 (2009-08-13)
changeset 381d35581ea0c67
parent 380 9ef8778486ec
child 382 4e261a14a6bd
Fix a bug causing libtool versioning to be ignored.

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
     1.1 --- a/librazor/Makefile.am	Tue Aug 11 12:53:16 2009 +0100
     1.2 +++ b/librazor/Makefile.am	Thu Aug 13 07:08:45 2009 +0100
     1.3 @@ -41,7 +41,8 @@
     1.4  
     1.5  librazor_la_LIBADD = $(ZLIB_LIBS) types/libtypes.la $(LUA_LIBS) \
     1.6  	../gl/libgnu.la $(EXTRA_LIBS)
     1.7 -librazor_la_LDFLAGS = -no-undefined
     1.8 +librazor_la_LDFLAGS = -no-undefined \
     1.9 +	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
    1.10  
    1.11  if HAVE_LUA
    1.12    test_lua_SOURCES = test-lua.c