diff -r 057933050c42 -r 73393734833c librazor/Makefile.am --- a/librazor/Makefile.am Fri Jun 20 15:10:34 2008 -0400 +++ b/librazor/Makefile.am Wed Jan 07 17:59:12 2009 +0000 @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in INCLUDES = \ + -I$(top_builddir)/gl -I$(top_srcdir)/gl \ -I$(top_builddir)/src -I$(top_srcdir)/src \ -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \ -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \ @@ -30,7 +31,7 @@ merger.c \ transaction.c -librazor_la_LIBADD = $(ZLIB_LIBS) +librazor_la_LIBADD = $(ZLIB_LIBS) ../gl/libgnu.la clean-local : rm -f *~