diff options
author | Sumit Bose <sbose@redhat.com> | 2009-12-14 13:52:06 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-15 08:33:56 -0500 |
commit | fd5a4eacd56700ffb08a73121aeacdc806cb0132 (patch) | |
tree | ed1ac0578e6e3dab1174af73d73c4f762c8eee90 /Makefile.am | |
parent | 49babc8dca0eefbbdd56ef01839b9a80c62844f4 (diff) | |
download | sssd-fd5a4eacd56700ffb08a73121aeacdc806cb0132.tar.gz sssd-fd5a4eacd56700ffb08a73121aeacdc806cb0132.tar.xz sssd-fd5a4eacd56700ffb08a73121aeacdc806cb0132.zip |
Use --with-ldb-lib-dir while running make distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 84040ee99..dd70034b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = replace common server sss_client +DISTCHECK_CONFIGURE_FLAGS = --with-ldb-lib-dir="$$dc_install_base"/lib/ldb + RPMBUILD ?= $(PWD)/rpmbuild #Some old versions of automake don't define builddir |