[Fedora-directory-commits] ldapserver/ldap/servers/plugins/retrocl Makefile, 1.7, 1.8
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/retrocl
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/retrocl
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/retrocl/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 6 Sep 2006 20:45:20 -0000 1.7
+++ Makefile 25 Oct 2006 00:05:04 -0000 1.8
@@ -49,7 +49,7 @@
OBJDEST = $(OBJDIR)/lib/retrocl-plugin
BINDIR = $(LDAP_SERVER_RELDIR)
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsdefs.mk
include $(BUILD_ROOT)/nsconfig.mk
17 years, 1 month
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/replication Makefile, 1.10, 1.11
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/replication
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/replication
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/replication/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile 6 Sep 2006 20:45:15 -0000 1.10
+++ Makefile 25 Oct 2006 00:05:03 -0000 1.11
@@ -50,7 +50,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/replication-plugin
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsconfig.mk
include $(LDAP_SRC)/nsldap.mk
17 years, 1 month
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/referint Makefile, 1.5, 1.6
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/referint
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/referint
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/referint/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile 19 Apr 2005 22:07:32 -0000 1.5
+++ Makefile 25 Oct 2006 00:05:02 -0000 1.6
@@ -45,7 +45,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/referint-plugin
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsconfig.mk
include $(LDAP_SRC)/nsldap.mk
17 years, 1 month
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/pwdstorage Makefile, 1.8, 1.9
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/pwdstorage
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/pwdstorage
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/pwdstorage/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile 6 Sep 2006 20:45:14 -0000 1.8
+++ Makefile 25 Oct 2006 00:05:01 -0000 1.9
@@ -49,7 +49,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libpwdstorage
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsconfig.mk
include $(LDAP_SRC)/nsldap.mk
17 years, 1 month
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/presence Makefile, 1.6, 1.7
by Doctor Conrad
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
17 years, 1 month
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/passthru Makefile, 1.6, 1.7
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/passthru
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/passthru
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/passthru/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:04:59 -0000 1.7
@@ -50,7 +50,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libpassthru
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsconfig.mk
include $(LDAP_SRC)/nsldap.mk
17 years, 1 month
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/pam_passthru Makefile, 1.5, 1.6
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/pam_passthru
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/pam_passthru
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/pam_passthru/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile 6 Sep 2006 20:45:03 -0000 1.5
+++ Makefile 25 Oct 2006 00:04:57 -0000 1.6
@@ -49,7 +49,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libpam_passthru
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsconfig.mk
include $(LDAP_SRC)/nsldap.mk
17 years, 1 month
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/http Makefile, 1.7, 1.8
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/http
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/http
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/http/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 6 Sep 2006 20:45:03 -0000 1.7
+++ Makefile 25 Oct 2006 00:04:56 -0000 1.8
@@ -44,7 +44,7 @@
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 @@
OBJS = $(addprefix $(OBJDEST)/, $(HTTP_OBJS))
-HTTP_DLL = http-client-plugin
+HTTP_DLL = libhttp-client-plugin
INCLUDES += -I../../slapd -I../../../include
17 years, 1 month
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/distrib Makefile, 1.6, 1.7
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/distrib
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/distrib
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/distrib/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 6 Sep 2006 20:45:02 -0000 1.6
+++ Makefile 25 Oct 2006 00:04:54 -0000 1.7
@@ -48,7 +48,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libdistrib
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsconfig.mk
include $(LDAP_SRC)/nsldap.mk
17 years, 1 month
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/cos Makefile, 1.7, 1.8
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/cos
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/cos
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/cos/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 6 Sep 2006 20:45:02 -0000 1.7
+++ Makefile 25 Oct 2006 00:04:53 -0000 1.8
@@ -45,7 +45,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libcos
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsdefs.mk
include $(BUILD_ROOT)/nsconfig.mk
@@ -58,7 +58,7 @@
COS_OBJS = cos.o cos_cache.o
OBJS = $(addprefix $(OBJDEST)/, $(COS_OBJS))
-COS_DLL = cos-plugin
+COS_DLL = libcos-plugin
INCLUDES += -I../../slapd -I../../../include
CFLAGS+=$(SLCFLAGS) -DSLAPD_LOGGING
17 years, 1 month