turtle-wow-source-kinda/Dumps/Source Code/16 - Development_server/temp_perfUpdate/dep/libmpq/Makefile.am
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

27 lines
523 B
Makefile

# minimum required automake 1.6
AUTOMAKE_OPTIONS = 1.6
# any directories which should be built and installed.
SUBDIRS = libmpq bindings doc
# the directories which are part of the distribution.
DIST_SUBDIRS = $(SUBDIRS)
# libmpq runtime configuration script.
bin_SCRIPTS = libmpq-config
# pkg-config installation directory.
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libmpq.pc
# extra stuff.
EXTRA_DIST = \
AUTHORS \
COPYING \
FAQ \
INSTALL \
NEWS \
README \
THANKS \
TODO