meson: install the header file
This commit is contained in:
parent
ad895e382a
commit
b61285e74d
|
@ -18,7 +18,9 @@ cdata.set('LIBPSL_VERSION_NUMBER',
|
||||||
hex[minor / 16], hex[minor % 16],
|
hex[minor / 16], hex[minor % 16],
|
||||||
hex[patch / 16], hex[minor % 16]))
|
hex[patch / 16], hex[minor % 16]))
|
||||||
|
|
||||||
configure_file(
|
libpsl_h = configure_file(
|
||||||
input : 'libpsl.h.in',
|
input : 'libpsl.h.in',
|
||||||
output : 'libpsl.h',
|
output : 'libpsl.h',
|
||||||
configuration : cdata)
|
configuration : cdata)
|
||||||
|
|
||||||
|
install_headers(libpsl_h)
|
||||||
|
|
Loading…
Reference in New Issue