diff options
author | Sascha Schumann <sas@php.net> | 2000-05-01 22:00:09 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-01 22:00:09 +0000 |
commit | de2cea47c0840a58dc3ed29c3426e81eb0358d5a (patch) | |
tree | abf1d7990c391777f6ddb84ad90fd39d7e583d0c /ext/xml | |
parent | a493cdc92c69b8e9c8e2453d78e04325060fe79c (diff) | |
download | php-git-de2cea47c0840a58dc3ed29c3426e81eb0358d5a.tar.gz |
Large commit test III
Diffstat (limited to 'ext/xml')
-rw-r--r-- | ext/xml/Makefile.in | 3 | ||||
-rw-r--r-- | ext/xml/expat/Makefile.in | 3 | ||||
-rw-r--r-- | ext/xml/expat/xmlparse/Makefile.in | 3 | ||||
-rw-r--r-- | ext/xml/expat/xmltok/Makefile.in | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/ext/xml/Makefile.in b/ext/xml/Makefile.in index 09024171f3..a2db55ef91 100644 --- a/ext/xml/Makefile.in +++ b/ext/xml/Makefile.in @@ -9,3 +9,6 @@ LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD) SUBDIRS = expat include $(top_srcdir)/build/dynlib.mk + + + diff --git a/ext/xml/expat/Makefile.in b/ext/xml/expat/Makefile.in index c7daf05c0c..aace53ab22 100644 --- a/ext/xml/expat/Makefile.in +++ b/ext/xml/expat/Makefile.in @@ -7,3 +7,6 @@ LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD) SUBDIRS = xmltok xmlparse include $(top_srcdir)/build/dynlib.mk + + + diff --git a/ext/xml/expat/xmlparse/Makefile.in b/ext/xml/expat/xmlparse/Makefile.in index 77df7598d0..80f44213e0 100644 --- a/ext/xml/expat/xmlparse/Makefile.in +++ b/ext/xml/expat/xmlparse/Makefile.in @@ -5,3 +5,6 @@ LTLIBRARY_SOURCES = xmlparse.c hashtable.c EXTRA_INCLUDES = -I$(srcdir)/../xmltok include $(top_srcdir)/build/dynlib.mk + + + diff --git a/ext/xml/expat/xmltok/Makefile.in b/ext/xml/expat/xmltok/Makefile.in index 73d1cab428..c132203cf3 100644 --- a/ext/xml/expat/xmltok/Makefile.in +++ b/ext/xml/expat/xmltok/Makefile.in @@ -3,3 +3,6 @@ LTLIBRARY_NAME = libexpat_tok.la LTLIBRARY_SOURCES = xmltok.c xmlrole.c include $(top_srcdir)/build/dynlib.mk + + + |