bnicholes 2004/08/04 09:20:02
Modified: . NWGNUmakefile
. NWGNUmakefile
build NWGNUmakefile nw_export.inc
Log:
Update the NetWare makefiles to conform with the LDAP overhaul
Revision Changes Path
1.12 +1 -0 apr-util/NWGNUmakefile
Index: NWGNUmakefile
===================================================================
RCS file: /home/cvs/apr-util/NWGNUmakefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- NWGNUmakefile 30 Jul 2004 21:25:42 -0000 1.11
+++ NWGNUmakefile 4 Aug 2004 16:20:02 -0000 1.12
@@ -242,6 +242,7 @@
$(OBJDIR)/apr_dbm_sdbm.o \
$(OBJDIR)/apr_hooks.o \
$(OBJDIR)/apr_ldap_init.o \
+ $(OBJDIR)/apr_ldap_url.o \
$(OBJDIR)/apr_md4.o \
$(OBJDIR)/apr_md5.o \
$(OBJDIR)/apr_queue.o \
1.29 +8 -0 apr/NWGNUmakefile
Index: NWGNUmakefile
===================================================================
RCS file: /home/cvs/apr/NWGNUmakefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- NWGNUmakefile 6 Jul 2004 22:54:30 -0000 1.28
+++ NWGNUmakefile 4 Aug 2004 16:20:02 -0000 1.29
@@ -225,6 +225,14 @@
WSAStartupRTags \
WSACleanupRTag \
$(EOLIST)
+
+#If the LDAP support is defined then add the imports
+ifneq "$(LDAPSDK)" ""
+FILES_nlm_Ximports += \
+ @$(LDAPSDK)/imports/lldapsdk.imp \
+ @$(LDAPSDK)/imports/lldapssl.imp \
+ $(EOLIST)
+endif
#
# Any symbols exported to here
1.5 +3 -0 apr/build/NWGNUmakefile
Index: NWGNUmakefile
===================================================================
RCS file: /home/cvs/apr/build/NWGNUmakefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- NWGNUmakefile 8 Apr 2004 22:39:29 -0000 1.4
+++ NWGNUmakefile 4 Aug 2004 16:20:02 -0000 1.5
@@ -48,6 +48,9 @@
@echo -I..\include\arch\unix >> $@
@echo -I..\..\apr-util\include >> $@
@echo -ir $(NOVELLLIBC) >> $@
+ifneq "$(LDAPSDK)" ""
+ @echo -ir $(LDAPSDK) >> $@
+endif
$(APR)/include/%.h: $(subst /,\,$(APR))\include\%.hnw
@echo Creating $(subst /,\,$@)
1.18 +2 -0 apr/build/nw_export.inc
Index: nw_export.inc
===================================================================
RCS file: /home/cvs/apr/build/nw_export.inc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- nw_export.inc 23 Mar 2004 21:17:08 -0000 1.17
+++ nw_export.inc 4 Aug 2004 16:20:02 -0000 1.18
@@ -63,6 +63,8 @@
#include "apr_date.h"
#include "apr_dbm.h"
#include "apr_hooks.h"
+#include "apr_ldap.h"
+#include "apr_ldap_url.h"
#include "apr_md4.h"
#include "apr_md5.h"
#include "apr_optional.h"