From 61a7655c10a1c5a7b01fc6a1a49b302b9e29c96f Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 14 Dec 2009 13:52:06 +0100 Subject: Use --with-ldb-lib-dir while running make distcheck --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 -- cgit