From 611c84a3f4b4538a65d186050608c17adbf17770 Mon Sep 17 00:00:00 2001 From: J. Ali Harlow Date: Wed, 24 Aug 2011 15:27:50 +0100 Subject: [PATCH] Use INTLLIBS where appropriate --- librazor/Makefile.am | 4 ++-- src/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/librazor/Makefile.am b/librazor/Makefile.am index 9caddee..e887ad3 100644 --- a/librazor/Makefile.am +++ b/librazor/Makefile.am @@ -40,14 +40,14 @@ if HAVE_LUA endif librazor_la_LIBADD = $(ZLIB_LIBS) types/libtypes.la $(LUA_LIBS) \ - ../gl/libgnu.la $(EXTRA_LIBS) + ../gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS) librazor_la_LDFLAGS = -no-undefined \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) if HAVE_LUA test_lua_SOURCES = test-lua.c test_lua_LDADD = lua.lo util.lo types/libtypes.la $(LUA_LIBS) \ - ../gl/libgnu.la $(EXTRA_LIBS) + ../gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS) TESTS = test-lua endif diff --git a/src/Makefile.am b/src/Makefile.am index 5e3b259..6a9c2fd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,7 +23,7 @@ razor_SOURCES = main.c import-yum.c if HAVE_RPMLIB razor_SOURCES += import-rpmdb.c endif -razor_LDADD = $(RPM_LIBS) $(EXPAT_LIBS) $(CURL_LIBS) $(LUA_LIBS) $(top_builddir)/librazor/librazor.la $(top_builddir)/gl/libgnu.la $(EXTRA_LIBS) +razor_LDADD = $(RPM_LIBS) $(EXPAT_LIBS) $(CURL_LIBS) $(LUA_LIBS) $(top_builddir)/librazor/librazor.la $(top_builddir)/gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS) rpm_SOURCES = rpm.c rpm_LDADD = $(top_builddir)/librazor/librazor.la $(EXTRA_LIBS) -- 1.7.1