summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/http
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-10-25 00:05:18 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-10-25 00:05:18 +0000
commit1f66bb691f8d0377334d109b7db19d7ec1971fb6 (patch)
tree5907e77bbc81d094f823b3838cfadf08fcb87215 /ldap/servers/plugins/http
parentce5079cf2029b380efd95f2f6e17b98df22927e5 (diff)
downloadds-1f66bb691f8d0377334d109b7db19d7ec1971fb6.tar.gz
ds-1f66bb691f8d0377334d109b7db19d7ec1971fb6.tar.xz
ds-1f66bb691f8d0377334d109b7db19d7ec1971fb6.zip
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup) Comment #23
Diffstat (limited to 'ldap/servers/plugins/http')
-rw-r--r--ldap/servers/plugins/http/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/servers/plugins/http/Makefile b/ldap/servers/plugins/http/Makefile
index f8b6badd..2fbd92f4 100644
--- a/ldap/servers/plugins/http/Makefile
+++ b/ldap/servers/plugins/http/Makefile
@@ -44,7 +44,7 @@ NOSTDSTRIP=true # don't let nsconfig.mk define target strip
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libhttpclient
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsdefs.mk
include $(BUILD_ROOT)/nsconfig.mk
@@ -58,7 +58,7 @@ HTTP_OBJS = http_client.o http_impl.o
OBJS = $(addprefix $(OBJDEST)/, $(HTTP_OBJS))
-HTTP_DLL = http-client-plugin
+HTTP_DLL = libhttp-client-plugin
INCLUDES += -I../../slapd -I../../../include