From 7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 May 2009 14:42:27 -0400 Subject: Enable parallel builds for the common libraries --- common/ini/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/ini/Makefile.am') diff --git a/common/ini/Makefile.am b/common/ini/Makefile.am index be8f9ec35..7278136ec 100644 --- a/common/ini/Makefile.am +++ b/common/ini/Makefile.am @@ -1,7 +1,7 @@ #DEBUG_FLAGS=@DEBUG_VAR@ TRACE_LEVEL=@TRACE_VAR@ -topdir=.. +topdir=$(srcdir)/.. AM_CPPFLAGS = -Wall -I$(topdir) -I$(topdir)/trace -I$(topdir)/collection $(TRACE_LEVEL) ACLOCAL_AMFLAGS = -I m4 -- cgit