]> git.sur5r.net Git - openldap/commitdiff
Some more comments.
authorKurt Spanier <ksp@openldap.org>
Mon, 13 Sep 1999 16:38:22 +0000 (16:38 +0000)
committerKurt Spanier <ksp@openldap.org>
Mon, 13 Sep 1999 16:38:22 +0000 (16:38 +0000)
contrib/tweb/Makefile.openldap
contrib/tweb/README

index 218a65d074dd70637e9273fa20f486a7b91d0aa1..bbb9ba4b2713a85d4f09b3a75c7ac34b378eeba9 100644 (file)
@@ -15,7 +15,7 @@
 #            Creation date:                Z   D  D   V   V                *
 #            August 16 1995               Z    D   D   V V                 *
 #            Last modification:          Z     D  D    V V                 *
-#            September 9 1999           ZZZZ   DDD      V                  *
+#            September 13 1999          ZZZZ   DDD      V                  *
 #                                                                          *
 #/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
 #-----------------------------------------------------------------------------
 #########################################################################
 
 # where is your LDAP client library located
-LDAP_RUNTIME=/LDAP
-LDAP_SOURCE =/LDAP/ldap-3.3
+# WE NEED portable.h AND ldap_log.h, SO POINT TO THE SOURCE TREE
+LDAP_RUNTIME=../..
+LDAP_SOURCE =../..
 
-LIBDIR= $(LDAP_RUNTIME)/lib
+LIBDIR= $(LDAP_RUNTIME)/libraries
 INCDIR= $(LDAP_RUNTIME)/include
 
 # where is some version information for your LDAP client library
index 91b088d5fe6e3c7238defea58b717516a2af0aec..ddda6edb0fc75102cc3f9d4147bb19021d4c3bff 100644 (file)
@@ -14,7 +14,7 @@
 *            Creation date:                Z   D  D   V   V                *
 *            September 14 1995            Z    D   D   V V                 *
 *            Last modification:          Z     D  D    V V                 *
-*            January 19 1999            ZZZZ   DDD      V                  *
+*            September 13 1999          ZZZZ   DDD      V                  *
 *                                                                          *
 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
 
@@ -69,6 +69,19 @@ INSTALLATION
    several configuration parameters TWEB provides for runtime
    configuration of the program.
 
+   SINCE THE CODE IS ONLY THE CORE GATEWAY, WITH SOME PRIVATE EXTENSIONS
+   NOT INCLUDED INTO THAT DISTRIBUTION, DO NOT DELETE CODE BETWEEN
+
+      #ifdef TUE_TEL
+      #endif
+
+   AND
+
+     #ifdef AMBIXGW
+     #endif
+
+   IN ANY OF THE SUPPORTED FILES !!!
+
 
 SUPPORT