Re-order and add missing LIBS for build against a static lua library 0.5.4
authorJ. Ali Harlow <ali@juiblex.co.uk>
Mon Feb 20 19:31:07 2012 +0000 (2012-02-20)
changeset 42951905cfc2bde
parent 428 6707b8b11f55
child 430 6ddbca7b9716
child 431 4bfb52b2e07b
Re-order and add missing LIBS for build against a static lua library
src/Makefile.am
     1.1 --- a/src/Makefile.am	Mon Feb 20 19:30:23 2012 +0000
     1.2 +++ b/src/Makefile.am	Mon Feb 20 19:31:07 2012 +0000
     1.3 @@ -23,13 +23,13 @@
     1.4  if HAVE_RPMLIB
     1.5  razor_SOURCES += import-rpmdb.c
     1.6  endif
     1.7 -razor_LDADD = $(RPM_LIBS) $(EXPAT_LIBS) $(CURL_LIBS) $(LUA_LIBS) $(top_builddir)/librazor/librazor.la $(top_builddir)/gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS)
     1.8 +razor_LDADD = $(top_builddir)/librazor/librazor.la $(RPM_LIBS) $(EXPAT_LIBS) $(CURL_LIBS) $(LUA_LIBS) $(top_builddir)/gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS)
     1.9  
    1.10  rpm_SOURCES = rpm.c
    1.11 -rpm_LDADD = $(top_builddir)/librazor/librazor.la $(EXTRA_LIBS)
    1.12 +rpm_LDADD = $(top_builddir)/librazor/librazor.la $(LUA_LIBS) $(EXTRA_LIBS)
    1.13  
    1.14  test_driver_SOURCES = test-driver.c
    1.15 -test_driver_LDADD = $(EXPAT_LIBS) $(top_builddir)/librazor/librazor.la $(EXTRA_LIBS)
    1.16 +test_driver_LDADD = $(top_builddir)/librazor/librazor.la $(EXPAT_LIBS) $(EXTRA_LIBS)
    1.17  
    1.18  TESTS = test-driver
    1.19  XFAIL_TESTS = test-driver