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/collection/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'common/collection/Makefile.am') diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am index 37d3ddf6a..86488eddb 100644 --- a/common/collection/Makefile.am +++ b/common/collection/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 $(TRACE_LEVEL) ACLOCAL_AMFLAGS = -I m4 @@ -13,10 +13,9 @@ pkgconfig_DATA = collection.pc lib_LTLIBRARIES = libcollection.la libcollection_la_SOURCES = \ collection.c \ - collection_tools.c - -noinst_HEADERS = \ - collection_priv.h + collection_tools.c \ + collection_priv.h \ + trace.h include_HEADERS = collection.h collection_tools.h -- cgit