From 9baeb5255952099f0e097b4996af81fd4db8af6e Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 25 May 2009 10:45:18 +0200 Subject: [PATCH] Properly depend on ../utils --- src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.1