10 lines
185 B
Makefile
10 lines
185 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-config.1
|