php4-beta | 200004

[PHP4BETA] cvs: /php4/ext/xml Makefile.in From: Sascha Schumann (sascha <email protected>)
Date: 04/30/00

sas Sun Apr 30 19:58:56 2000 EDT

  Modified files:
    /php4/ext/xml Makefile.in
  Log:
  Link expat into static and shared module.
  
  
Index: php4/ext/xml/Makefile.in
diff -u php4/ext/xml/Makefile.in:1.7 php4/ext/xml/Makefile.in:1.8
--- php4/ext/xml/Makefile.in:1.7 Sun Apr 30 19:42:27 2000
+++ php4/ext/xml/Makefile.in Sun Apr 30 19:58:26 2000
@@ -3,7 +3,7 @@
 LTLIBRARY_SOURCES = xml.c
 LTLIBRARY_LIBADD = expat/libexpat.la
 LTLIBRARY_SHARED_NAME = xml.la
-LTLIBRARY_SHARED_LIBADD = $(XML_LIBS)
+LTLIBRARY_SHARED_LIBADD = expat/libexpat.la
 
 SUBDIRS = expat
 

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>