From d734117fc364947d7a4803342378849b0f8362d8 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Wed, 14 Apr 2010 14:09:41 -0400 Subject: Fixing build --- common/ini/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common/ini/Makefile.am') diff --git a/common/ini/Makefile.am b/common/ini/Makefile.am index 3d9115cd3..a72ce3a0a 100644 --- a/common/ini/Makefile.am +++ b/common/ini/Makefile.am @@ -13,7 +13,7 @@ if HAVE_GCC -Wcast-align -Wwrite-strings endif -AM_CPPFLAGS = -I$(topdir) -I$(topdir)/trace -I$(topdir)/collection $(TRACE_LEVEL) +AM_CPPFLAGS = -I$(topdir) -I$(topdir)/trace -I$(topdir)/collection -I$(topdir)/path_utils $(TRACE_LEVEL) ACLOCAL_AMFLAGS = -I m4 @@ -39,6 +39,7 @@ libini_config_la_SOURCES = \ libini_config_la_LIBADD = \ -L$(topbuilddir)/collection \ + -L$(topbuilddir)/path_utils \ -lcollection \ -lpath_utils libini_config_la_LDFLAGS = \ @@ -47,7 +48,7 @@ libini_config_la_LDFLAGS = \ # Build unit test check_PROGRAMS = ini_config_ut ini_config_ut_SOURCES = ini_config_ut.c -ini_config_ut_LDADD = libini_config.la -lcollection -lpath_utils +ini_config_ut_LDADD = libini_config.la -L$(topbuilddir)/collection -lcollection if HAVE_DOXYGEN docs: -- cgit