mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
*Update to Mangos 7100.
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user