From: Karel Zak Date: Wed, 14 Feb 2024 08:31:34 +0000 (+0100) Subject: meson: install lastlog2.h library header file X-Git-Tag: v2.40-rc2~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7c8493af07d1ea44c228e18be26a1173479eb61;p=thirdparty%2Futil-linux.git meson: install lastlog2.h library header file Signed-off-by: Karel Zak (cherry picked from commit 9b1512260e1387652d446e099b061a8b3c3ba871) --- diff --git a/liblastlog2/meson.build b/liblastlog2/meson.build index d4cd4a61ee..6f8db53cf9 100644 --- a/liblastlog2/meson.build +++ b/liblastlog2/meson.build @@ -43,6 +43,8 @@ if build_liblastlog2 ) meson.override_dependency('lastlog2', lastlog2_dep) + install_headers('src/lastlog2.h', subdir : 'liblastlog2') + foreach lastlog2_test: lastlog2_tests test_name = 'test_lastlog2_' + lastlog2_test exe = executable(