| changeset 395 | ed134fdfe95f |
| parent 364 | 66ec30bde5e5 |
| child 398 | 92f0d99f1108 |
1.1 --- a/librazor/Makefile.am Sat May 09 21:30:22 2009 +0100 1.2 +++ b/librazor/Makefile.am Wed Apr 28 11:59:02 2010 +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