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/ini | |
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/ini')
-rw-r--r-- | common/ini/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |