summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2008-10-26 04:04:56 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2008-10-26 04:04:56 +0000
commitfe57a364731807e32a3b3a67a7bf200c84532b78 (patch)
treef483f453fd101c7eda67e3194fa9613fa893faa9 /Makefile.am
parentc594312f5afb81f7df03745e418537bb1425103f (diff)
downloadds-fe57a364731807e32a3b3a67a7bf200c84532b78.tar.gz
ds-fe57a364731807e32a3b3a67a7bf200c84532b78.tar.xz
ds-fe57a364731807e32a3b3a67a7bf200c84532b78.zip
Fixing the build on Solaris (ldap_agent_bin-main.o)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f54d69a6..57e54313 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -970,6 +970,10 @@ ldap_agent_bin_SOURCES = ldap/servers/snmp/main.c \
ldap_agent_bin_CPPFLAGS = $(AM_CPPFLAGS) @netsnmp_inc@ @ldapsdk_inc@ @nss_inc@ @nspr_inc@
ldap_agent_bin_LDADD = $(LDAPSDK_LINK) $(SASL_LINK) $(NSS_LINK) $(NSPR_LINK) $(NETSNMP_LINK)
+if SOLARIS
+ldap_agent_bin_LDADD += -lrt
+endif
+
#------------------------
# ldclt