summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-04-16 15:41:33 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-05-02 16:48:12 +0200
commita679f0167b646cffdae86546ed77e105576991b0 (patch)
tree83dbeb4726485ab6ff833a6ef741002ba69def88 /configure.ac
parent5cc0b4ed2843ad093191f6dbe979a0afbe7c8619 (diff)
downloadsssd-a679f0167b646cffdae86546ed77e105576991b0.tar.gz
sssd-a679f0167b646cffdae86546ed77e105576991b0.tar.xz
sssd-a679f0167b646cffdae86546ed77e105576991b0.zip
DNS sites support - add AD SRV plugin
https://fedorahosted.org/sssd/ticket/1032
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5d47c4e63..b28fd05dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,6 +149,7 @@ m4_include([src/external/libnl.m4])
m4_include([src/external/systemd.m4])
m4_include([src/external/pac_responder.m4])
m4_include([src/external/signal.m4])
+m4_include([src/external/libndr_nbt.m4])
WITH_UNICODE_LIB
if test x$unicode_lib = xlibunistring; then