pkgconf/libpkgconf/meson.build
Christoph Reiter de8fc9e438 meson: install headers into pkgconf/libpkgconf instead of just libpkgconf
To mirror what the autotools build does
2020-11-28 19:42:00 -07:00

13 lines
221 B
Meson

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 : 'pkgconf/libpkgconf')