librazor/Makefile.am
changeset 329 d675c5ac6d07
parent 248 057933050c42
child 335 636f120d1b5e
     1.1 --- a/librazor/Makefile.am	Fri Jun 20 15:10:34 2008 -0400
     1.2 +++ b/librazor/Makefile.am	Thu Jan 08 15:08:08 2009 +0000
     1.3 @@ -1,6 +1,7 @@
     1.4  ## Process this file with automake to produce Makefile.in
     1.5  
     1.6  INCLUDES = \
     1.7 +	-I$(top_builddir)/gl -I$(top_srcdir)/gl \
     1.8  	-I$(top_builddir)/src -I$(top_srcdir)/src \
     1.9  	-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
    1.10  	-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
    1.11 @@ -30,7 +31,7 @@
    1.12  	merger.c					\
    1.13  	transaction.c
    1.14  
    1.15 -librazor_la_LIBADD = $(ZLIB_LIBS)
    1.16 +librazor_la_LIBADD = $(ZLIB_LIBS) ../gl/libgnu.la
    1.17  
    1.18  clean-local :
    1.19  	rm -f *~