Use gnulib with the razor binary for portability (for fnmatch in particular).
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu Jan 08 15:36:35 2009 +0000 (2009-01-08)
changeset 3329f735b6f5939
parent 331 890a49fb2c71
child 333 1829493b5fb9
Use gnulib with the razor binary for portability (for fnmatch in particular).
src/Makefile.am
     1.1 --- a/src/Makefile.am	Thu Jan 08 15:22:34 2009 +0000
     1.2 +++ b/src/Makefile.am	Thu Jan 08 15:36:35 2009 +0000
     1.3 @@ -4,6 +4,7 @@
     1.4  	$(CURL_CFLAGS) \
     1.5  	$(EXPAT_CFLAGS) \
     1.6  	$(RPM_CFLAGS) \
     1.7 +	-I$(top_builddir)/gl -I$(top_srcdir)/gl \
     1.8  	-I$(top_builddir)/src -I$(top_srcdir)/src \
     1.9  	-I$(top_srcdir)/librazor \
    1.10  	-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
    1.11 @@ -21,7 +22,7 @@
    1.12  if HAVE_RPMLIB
    1.13  razor_SOURCES += import-rpmdb.c
    1.14  endif
    1.15 -razor_LDADD = $(RPM_LIBS) $(EXPAT_LIBS) $(CURL_LIBS) $(top_builddir)/librazor/librazor.la
    1.16 +razor_LDADD = $(RPM_LIBS) $(EXPAT_LIBS) $(CURL_LIBS) $(top_builddir)/librazor/librazor.la $(top_builddir)/gl/libgnu.la
    1.17  
    1.18  rpm_SOURCES = rpm.c
    1.19  rpm_LDADD = $(top_builddir)/librazor/librazor.la