diff options
-rw-r--r-- | ext/xml/Makefile.in | 11 | ||||
-rw-r--r-- | ext/xml/expat/Makefile.in | 7 |
2 files changed, 0 insertions, 18 deletions
diff --git a/ext/xml/Makefile.in b/ext/xml/Makefile.in deleted file mode 100644 index b685c9a67c..0000000000 --- a/ext/xml/Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ - -LTLIBRARY_NAME = libxml.la -LTLIBRARY_SOURCES = xml.c -LTLIBRARY_DEPENDENCIES = $(EXPAT_INTERNAL_LIBADD) -LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES) -LTLIBRARY_SHARED_NAME = xml.la -LTLIBRARY_SHARED_LIBADD = $(EXPAT_SHARED_LIBADD) - -SUBDIRS = $(EXPAT_SUBDIRS) - -include $(top_srcdir)/build/dynlib.mk diff --git a/ext/xml/expat/Makefile.in b/ext/xml/expat/Makefile.in deleted file mode 100644 index 39609a3403..0000000000 --- a/ext/xml/expat/Makefile.in +++ /dev/null @@ -1,7 +0,0 @@ - -LTLIBRARY_NAME = libexpat.la -LTLIBRARY_SOURCES = xmlparse.c xmlrole.c xmltok.c - -EXTRA_INCLUDES = $(XML_CPPFLAGS) - -include $(top_srcdir)/build/dynlib.mk |