From: Thomas Jarosch Date: Mon, 25 May 2009 08:45:18 +0000 (+0200) Subject: Properly depend on ../utils X-Git-Tag: v2.6~112^2~27 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=9baeb5255952099f0e097b4996af81fd4db8af6e;p=libi2ncommon Properly depend on ../utils --- diff --git a/src/Makefile.am b/src/Makefile.am index f37a12a..4042fea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ # set the include path found by configure -INCLUDES = -I$(top_srcdir)/src @LIBGETTEXT_CFLAGS@ @LIBICONV_CFLAGS@ @BOOST_CPPFLAGS@ $(all_includes) +INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/utils @LIBGETTEXT_CFLAGS@ @LIBICONV_CFLAGS@ @BOOST_CPPFLAGS@ $(all_includes) # the library search path. lib_LTLIBRARIES = libi2ncommon.la