13 lines
213 B
Meson
13 lines
213 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 : 'libpkgconf')
|
||
|
|