src/Makefile.am
changeset 341 0a11e755ccda
parent 332 9f735b6f5939
child 343 8bce3ff205bb
     1.1 --- a/src/Makefile.am	Thu Jan 08 15:36:35 2009 +0000
     1.2 +++ b/src/Makefile.am	Fri Jan 09 16:35:09 2009 +0000
     1.3 @@ -22,13 +22,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) $(top_builddir)/librazor/librazor.la $(top_builddir)/gl/libgnu.la
     1.8 +razor_LDADD = $(RPM_LIBS) $(EXPAT_LIBS) $(CURL_LIBS) $(top_builddir)/librazor/librazor.la $(top_builddir)/gl/libgnu.la $(EXTRA_LIBS)
     1.9  
    1.10  rpm_SOURCES = rpm.c
    1.11 -rpm_LDADD = $(top_builddir)/librazor/librazor.la
    1.12 +rpm_LDADD = $(top_builddir)/librazor/librazor.la $(EXTRA_LIBS)
    1.13  
    1.14  test_driver_SOURCES = test-driver.c
    1.15 -test_driver_LDADD = $(EXPAT_LIBS) $(top_builddir)/librazor/librazor.la
    1.16 +test_driver_LDADD = $(EXPAT_LIBS) $(top_builddir)/librazor/librazor.la $(EXTRA_LIBS)
    1.17  
    1.18  TESTS = test-driver
    1.19