From 90e4a2b558f954fb6f24dcf70798ae702293bfa2 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 17 Jan 2009 17:56:05 -0600 Subject: [PATCH] *Update to Mangos 7100. --HG-- branch : trunk --- contrib/extractor/Makefile.am | 10 ---------- contrib/extractor/libmpq/Makefile.am | 23 ----------------------- 2 files changed, 33 deletions(-) delete mode 100644 contrib/extractor/Makefile.am delete mode 100644 contrib/extractor/libmpq/Makefile.am diff --git a/contrib/extractor/Makefile.am b/contrib/extractor/Makefile.am deleted file mode 100644 index b84617069a1..00000000000 --- a/contrib/extractor/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -# The top-level input Makefile for mpq-tools - -# Any directories which should be built and installed. -SUBDIRS = libmpq - -# The directories which are part of the distribution. -DIST_SUBDIRS = $(SUBDIRS) - -EXTRA_DIST = \ - README.linux diff --git a/contrib/extractor/libmpq/Makefile.am b/contrib/extractor/libmpq/Makefile.am deleted file mode 100644 index 192bd1369ef..00000000000 --- a/contrib/extractor/libmpq/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -# The input Makefile for the main mpq-tools - -lib_LTLIBRARIES = libmpq.la -noinst_HEADERS = explode.h huffman.h wave.h common.h - -# The directory where the include files will be installed. -libmpq_includedir = $(includedir)/libmpq - -# Which header files to install. -libmpq_include_HEADERS = mpq.h - -libmpq_la_SOURCES = $(GENERAL_SRCS) -libmpq_la_LDFLAGS = -release $(LIBMPQ_VERSION) -libmpq_la_LIBADD = @Z_LIBS@ - -GENERAL_SRCS = \ - common.c \ - huffman.c \ - extract.c \ - explode.c \ - mpq.c \ - parser.c \ - wave.c