diff options
| author | Sascha Schumann <sas@php.net> | 2000-02-12 14:28:49 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-02-12 14:28:49 +0000 |
| commit | f6eb750183af57f14a1ac0e9d44e3160389be0d2 (patch) | |
| tree | ae488a4256b6ae3c63a4fb4007d8cc5c8c317dc7 /ext/xml/expat/xmlparse/Makefile.in | |
| parent | b1a00f722e701b7905f814b3a1218ac44a3fadcb (diff) | |
| download | php-git-f6eb750183af57f14a1ac0e9d44e3160389be0d2.tar.gz | |
Use bundled expat library on UNIX. Note: Need to fix --enable-xml=shared
Diffstat (limited to 'ext/xml/expat/xmlparse/Makefile.in')
| -rw-r--r-- | ext/xml/expat/xmlparse/Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/xml/expat/xmlparse/Makefile.in b/ext/xml/expat/xmlparse/Makefile.in new file mode 100644 index 0000000000..9e405bbe03 --- /dev/null +++ b/ext/xml/expat/xmlparse/Makefile.in @@ -0,0 +1,12 @@ + +DEPTH = ../../../.. +topsrcdir = @topsrcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +LTLIBRARY_NAME = libexpat_parse.la +LTLIBRARY_SOURCES = xmlparse.c hashtable.c + +EXTRA_INCLUDES = -I$(srcdir)/../xmltok + +include $(topsrcdir)/build/ltlib.mk |
