diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-04 08:06:49 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-04 08:27:16 -0500 |
commit | c636315472e4f87313af7be30b7fbcad4b8ca8a4 (patch) | |
tree | 9fb1163c696dd5d358fc615c954f72c5b2f8308c /Makefile.am | |
parent | 5d00ee0e07dea78806df780db69e94900e5bb8c0 (diff) | |
download | sssd-c636315472e4f87313af7be30b7fbcad4b8ca8a4.tar.gz sssd-c636315472e4f87313af7be30b7fbcad4b8ca8a4.tar.bz2 sssd-c636315472e4f87313af7be30b7fbcad4b8ca8a4.zip |
Build all experimental features during 'make distcheck'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 409dc84d..9f57ac02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -DISTCHECK_CONFIGURE_FLAGS = --with-ldb-lib-dir="$$dc_install_base"/lib/ldb +DISTCHECK_CONFIGURE_FLAGS = --with-ldb-lib-dir="$$dc_install_base"/lib/ldb \ + --enable-all-experimental-features SUBDIRS = po |