Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/rever
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/rever
Modified Files:
Makefile
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/rever/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 6 Sep 2006 20:45:21 -0000 1.6
+++ Makefile 25 Oct 2006 00:05:05 -0000 1.7
@@ -49,7 +49,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libdes
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsconfig.mk
include $(BUILD_ROOT)/ns_usepurify.mk
@@ -73,7 +73,7 @@
LIBREVER_DLL_OBJ = $(addprefix $(OBJDEST)/, dllmain.o)
endif
-REVER_DLL = des-plugin
+REVER_DLL = libdes-plugin
LIBREVER = $(addprefix $(LIBDIR)/, $(REVER_DLL).$(DLL_SUFFIX))
ifeq ($(ARCH), WINNT)