meson: install the header file

This commit is contained in:
Ignacio Casal Quinteiro 2018-12-31 14:53:32 +01:00 committed by Tim Rühsen
parent ad895e382a
commit b61285e74d
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ cdata.set('LIBPSL_VERSION_NUMBER',
hex[minor / 16], hex[minor % 16],
hex[patch / 16], hex[minor % 16]))
configure_file(
libpsl_h = configure_file(
input : 'libpsl.h.in',
output : 'libpsl.h',
configuration : cdata)
install_headers(libpsl_h)