summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-08-20 18:33:32 +0000
committerNathan Kinder <nkinder@redhat.com>2007-08-20 18:33:32 +0000
commit214c7a725c8f2872ede5905fa7ea7904976f060b (patch)
tree99043f3b40d9102c13eeaf33e82f6da12d69d137 /Makefile.am
parenteff443f6307425aa37b56ca19ee32ab21db204d7 (diff)
downloadds-214c7a725c8f2872ede5905fa7ea7904976f060b.tar.gz
ds-214c7a725c8f2872ede5905fa7ea7904976f060b.tar.xz
ds-214c7a725c8f2872ede5905fa7ea7904976f060b.zip
Added sasl link to ldap-agent binary.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b0c943d8..e4f23137 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -859,7 +859,7 @@ ldap_agent_bin_SOURCES = ldap/servers/snmp/main.c \
ldap/servers/slapd/agtmmap.c
ldap_agent_bin_CPPFLAGS = $(AM_CPPFLAGS) @netsnmp_inc@ @ldapsdk_inc@ @nss_inc@ @nspr_inc@
-ldap_agent_bin_LDADD = $(LDAPSDK_LINK) $(NSS_LINK) $(NSPR_LINK) $(NETSNMP_LINK)
+ldap_agent_bin_LDADD = $(LDAPSDK_LINK) $(SASL_LINK) $(NSS_LINK) $(NSPR_LINK) $(NETSNMP_LINK)
#------------------------
# ldclt