summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-08-08 16:50:00 +0000
committerNathan Kinder <nkinder@redhat.com>2007-08-08 16:50:00 +0000
commit1db2ff6952cb9152ed88c2641b705c8bd3f508ec (patch)
tree8b97f03bbcc7f7802788c827e30b40b440b26e95 /Makefile.in
parent4fc63ed438494c8f53f894a59f98081ec982afa3 (diff)
downloadds-1db2ff6952cb9152ed88c2641b705c8bd3f508ec.tar.gz
ds-1db2ff6952cb9152ed88c2641b705c8bd3f508ec.tar.xz
ds-1db2ff6952cb9152ed88c2641b705c8bd3f508ec.zip
Resolves: 251262
Summary: Changed ldap-agent to find location of stats file dynamically.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5ac38605..56635e0d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -559,7 +559,8 @@ am_ldap_agent_bin_OBJECTS = \
ldap/servers/snmp/ldap_agent_bin-ldap-agent.$(OBJEXT) \
ldap/servers/slapd/ldap_agent_bin-agtmmap.$(OBJEXT)
ldap_agent_bin_OBJECTS = $(am_ldap_agent_bin_OBJECTS)
-ldap_agent_bin_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ldap_agent_bin_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
am__ldclt_bin_SOURCES_DIST = ldap/servers/slapd/tools/ldaptool-sasl.c \
ldap/servers/slapd/tools/ldclt/data.c \
ldap/servers/slapd/tools/ldclt/ldapfct.c \
@@ -1750,7 +1751,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 = $(NETSNMP_LINK)
+ldap_agent_bin_LDADD = $(NETSNMP_LINK) $(LDAPSDK_LINK)
#------------------------
# ldclt