# HG changeset patch # User J. Ali Harlow # Date 1250143725 -3600 # Node ID d35581ea0c67f03884d60064652208f421f385c0 # Parent 9ef8778486eca084ae11af00e15454f5fcaa7926 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. diff -r 9ef8778486ec -r d35581ea0c67 librazor/Makefile.am --- a/librazor/Makefile.am Tue Aug 11 12:53:16 2009 +0100 +++ b/librazor/Makefile.am Thu Aug 13 07:08:45 2009 +0100 @@ -41,7 +41,8 @@ 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