meson: install headers into pkgconf/libpkgconf instead of just libpkgconf

To mirror what the autotools build does
pull/208/head
Christoph Reiter 2020-11-28 15:19:41 +01:00 committed by Ariadne Conill
parent 869f2a84d6
commit de8fc9e438
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ install_headers('libpkgconf.h',
'iter.h',
'bsdstubs.h',
'libpkgconf-api.h',
subdir : 'libpkgconf')
subdir : 'pkgconf/libpkgconf')