| changeset 362 | cf88b5df2884 |
| parent 357 | 39f8dab73084 |
| child 364 | 66ec30bde5e5 |
1.1 --- a/librazor/Makefile.am Fri Apr 17 21:09:55 2009 +0100 1.2 +++ b/librazor/Makefile.am Fri May 01 16:43:37 2009 +0100 1.3 @@ -49,7 +49,7 @@ 1.4 1.5 if HAVE_LUA 1.6 test_lua_SOURCES = test-lua.c 1.7 - test_lua_LDADD = lua.lo util.lo $(LUA_LIBS) ../gl/libgnu.la \ 1.8 + test_lua_LDADD = lua.lo util.lo types.lo $(LUA_LIBS) ../gl/libgnu.la \ 1.9 $(EXTRA_LIBS) 1.10 1.11 TESTS += test-lua