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.
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