diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-17 09:14:40 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 13:48:44 -0500 |
commit | 8e9ac4d7443939ed0d152708d3877b29252d16fe (patch) | |
tree | b857cd509655146456b0ad624db527c1c3c366f3 /Makefile.am | |
parent | 29e9f5e711a03135944e30ad241c8182dacc6049 (diff) | |
download | sssd-8e9ac4d7443939ed0d152708d3877b29252d16fe.tar.gz sssd-8e9ac4d7443939ed0d152708d3877b29252d16fe.tar.xz sssd-8e9ac4d7443939ed0d152708d3877b29252d16fe.zip |
Eliminate separate build tree for sss_client
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 45275dce2..f20fc5600 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = common server sss_client +SUBDIRS = common server DISTCHECK_CONFIGURE_FLAGS = --with-ldb-lib-dir="$$dc_install_base"/lib/ldb |