Install man page and headers.
parent
2821610fbb
commit
43f2535c7d
|
@ -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')
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue