From c3124348d799ab746a5f4ab3d0d9175db9dac0ce Mon Sep 17 00:00:00 2001 From: snowdrop Date: Mon, 30 Aug 2004 07:30:00 +0000 Subject: moved to libsoap-win32 project --- libcsoap/libxml/Makefile.am | 55 --------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 libcsoap/libxml/Makefile.am (limited to 'libcsoap/libxml/Makefile.am') diff --git a/libcsoap/libxml/Makefile.am b/libcsoap/libxml/Makefile.am deleted file mode 100644 index 70bf5f3..0000000 --- a/libcsoap/libxml/Makefile.am +++ /dev/null @@ -1,55 +0,0 @@ -## Process this file with automake to produce Makefile.in - -xmlincdir = $(includedir)/libxml2/libxml - -xmlinc_HEADERS = \ - SAX.h \ - entities.h \ - encoding.h \ - parser.h \ - parserInternals.h \ - xmlerror.h \ - HTMLparser.h \ - HTMLtree.h \ - debugXML.h \ - tree.h \ - list.h \ - hash.h \ - xpath.h \ - xpathInternals.h \ - xpointer.h \ - xinclude.h \ - xmlIO.h \ - xmlmemory.h \ - nanohttp.h \ - nanoftp.h \ - uri.h \ - valid.h \ - xlink.h \ - xmlversion.h \ - DOCBparser.h \ - catalog.h \ - threads.h \ - globals.h \ - c14n.h \ - xmlautomata.h \ - xmlregexp.h \ - xmlschemas.h \ - schemasInternals.h \ - xmlschemastypes.h \ - xmlstring.h \ - xmlunicode.h \ - xmlreader.h \ - relaxng.h \ - dict.h \ - SAX2.h \ - xmlexports.h \ - xmlwriter.h \ - chvalid.h \ - pattern.h \ - xmlsave.h - -install-exec-hook: - $(mkinstalldirs) $(DESTDIR)$(xmlincdir) - -EXTRA_DIST = xmlversion.h.in -- cgit v1.1-32-gdbae