summaryrefslogtreecommitdiff
path: root/ext/xml/expat/xmlparse/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/expat/xmlparse/Makefile.in')
-rw-r--r--ext/xml/expat/xmlparse/Makefile.in12
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