Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/presence
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/presence
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/presence/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 6 Sep 2006 20:45:09 -0000 1.6
+++ Makefile 25 Oct 2006 00:05:00 -0000 1.7
@@ -45,7 +45,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libpresence
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsdefs.mk
include $(BUILD_ROOT)/nsconfig.mk
@@ -58,7 +58,7 @@
PRESENCE_OBJS = presence.o
OBJS = $(addprefix $(OBJDEST)/, $(PRESENCE_OBJS))
-PRESENCE_DLL = presence-plugin
+PRESENCE_DLL = libpresence-plugin
INCLUDES += -I../http -I../../slapd -I../../../include
CFLAGS+=$(SLCFLAGS) -DSLAPD_LOGGING