]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: install lastlog2.h library header file
authorKarel Zak <kzak@redhat.com>
Wed, 14 Feb 2024 08:31:34 +0000 (09:31 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 15 Feb 2024 09:13:39 +0000 (10:13 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit 9b1512260e1387652d446e099b061a8b3c3ba871)

liblastlog2/meson.build

index d4cd4a61ee9aa2d95cc0f67d956d718d22ada012..6f8db53cf941ce9596f88d1eeeac1343c6645f28 100644 (file)
@@ -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(