[Fedora-directory-commits] ldapserver/ldap/servers/plugins/roles Makefile, 1.7, 1.8

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Oct 25 00:05:10 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/roles
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/roles

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/roles/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile	6 Sep 2006 20:45:26 -0000	1.7
+++ Makefile	25 Oct 2006 00:05:07 -0000	1.8
@@ -45,7 +45,7 @@
 NSPR20=true	# probably should be defined somewhere else (not sure where)
 
 OBJDEST = $(OBJDIR)/lib/libroles
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
 ifndef INSTDIR
 INSTDIR = c:/netscape/server4/
 endif
@@ -61,7 +61,7 @@
 ROLES_OBJS = roles_plugin.o roles_cache.o
 OBJS = $(addprefix $(OBJDEST)/, $(ROLES_OBJS)) 
 
-ROLES_DLL = roles-plugin
+ROLES_DLL = libroles-plugin
 
 INCLUDES += -I../../slapd  -I../../../include
 CFLAGS+=$(SLCFLAGS) -DSLAPD_LOGGING




More information about the Fedora-directory-commits mailing list