mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Update libmpq to d59b4cf1d1 and add some custom change to fix additional build warnings, diff is included.
Extracting dbcs, maps, vmaps and mmaps is not required.
32 lines
803 B
Makefile
32 lines
803 B
Makefile
# minimum required automake 1.6
|
|
AUTOMAKE_OPTIONS = 1.6
|
|
|
|
# manual page directory.
|
|
EXTRA_DIST = $(man_MANS)
|
|
|
|
# manual pages for the installed binaries.
|
|
man_MANS = \
|
|
libmpq.3 \
|
|
libmpq__archive_close.3 \
|
|
libmpq__archive_files.3 \
|
|
libmpq__archive_offset.3 \
|
|
libmpq__archive_open.3 \
|
|
libmpq__archive_size_packed.3 \
|
|
libmpq__archive_size_unpacked.3 \
|
|
libmpq__archive_version.3 \
|
|
libmpq__block_close_offset.3 \
|
|
libmpq__block_open_offset.3 \
|
|
libmpq__block_read.3 \
|
|
libmpq__block_size_unpacked.3 \
|
|
libmpq__file_blocks.3 \
|
|
libmpq__file_compressed.3 \
|
|
libmpq__file_encrypted.3 \
|
|
libmpq__file_imploded.3 \
|
|
libmpq__file_number.3 \
|
|
libmpq__file_offset.3 \
|
|
libmpq__file_read.3 \
|
|
libmpq__file_size_packed.3 \
|
|
libmpq__file_size_unpacked.3 \
|
|
libmpq__strerror.3 \
|
|
libmpq__version.3
|