diff options
author | Günther Deschner <gd@samba.org> | 2009-05-29 16:36:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-05-29 17:59:43 +0200 |
commit | fa3a6652211076772b1b24a3a2216014a16e4054 (patch) | |
tree | 345591b1ff3ebe87cf80e680918f9e4b6b04b999 /source4/configure.ac | |
parent | 7b8d30d1bb6403183dceaaff987a8a96700bb942 (diff) | |
download | samba-fa3a6652211076772b1b24a3a2216014a16e4054.tar.gz samba-fa3a6652211076772b1b24a3a2216014a16e4054.tar.xz samba-fa3a6652211076772b1b24a3a2216014a16e4054.zip |
s4-smbtorture: add very basic LIBNETAPI testsuite.
Guenther
Diffstat (limited to 'source4/configure.ac')
-rw-r--r-- | source4/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index 82dd1346da0..943a7c43456 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -99,6 +99,7 @@ SMB_INCLUDED_LIB_PKGCONFIG(LIBLDB, ldb = LDB_REQUIRED_VERSION, SMB_INCLUDE_MK(lib/ldb/python.mk) m4_include(lib/tls/config.m4) +m4_include(torture/libnetapi/config.m4) dnl m4_include(auth/kerberos/config.m4) m4_include(auth/gensec/config.m4) |