diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-05-18 14:42:27 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-05-19 11:09:45 -0400 |
commit | 7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce (patch) | |
tree | d24f76a3447790ae2ec770f98f1864a24de6c840 /common/collection/Makefile.am | |
parent | 7aeb9f1229d9db51dc7841e828aa89a55c2062ad (diff) | |
download | sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.tar.gz sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.tar.xz sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.zip |
Enable parallel builds for the common libraries
Diffstat (limited to 'common/collection/Makefile.am')
-rw-r--r-- | common/collection/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
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 |