Install man page and headers.

pull/119/head
Jussi Pakkanen 2017-06-18 19:03:13 -04:00
parent 2821610fbb
commit 43f2535c7d
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,12 @@
configure_file(input : 'config.h.meson',
output : 'config.h',
configuration : cdata)
install_headers('libpkgconf.h',
'stdinc.h',
'iter.h',
'bsdstubs.h',
'libpkgconf-api.h',
subdir : 'libpkgconf')

View File

@ -66,6 +66,7 @@ libpkg = shared_library('pkgconf',
pkg_bin = executable('pkgconf',
'main.c',
'getopt_long.c',
link_with : libpkg,
install : true)
install_man('pkgconf.1')