wrowe 2002/12/10 22:23:33
Modified: ldap Makefile.in
Log:
If ldap isn't available on a given platform, continue to reap the
benefits of having an ldap url parser even if we don't plan to speak
with an ldap box.
Revision Changes Path
1.8 +1 -2 apr-util/ldap/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/ldap/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.in 11 Dec 2002 02:31:03 -0000 1.7
+++ Makefile.in 11 Dec 2002 06:23:33 -0000 1.8
@@ -2,8 +2,7 @@
INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@
-# we presume Unicies aren't in need of apr_parse_uri
-TARGETS = apr_ldap_compat.lo
+TARGETS = apr_ldap_compat.lo apr_ldap_url.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@