Blame SOURCES/shadow-4.6-install_subid_h.patch

595b88
From 77e39de1e6cbd6925f16bb260abb7d216296886b Mon Sep 17 00:00:00 2001
595b88
From: Serge Hallyn <serge@hallyn.com>
595b88
Date: Tue, 4 May 2021 09:21:11 -0500
595b88
Subject: [PATCH] Install subid.h
595b88
595b88
Now subid.h gets installed under /usr/include/shadow/subid.h
595b88
595b88
Signed-off-by: Serge Hallyn <serge@hallyn.com>
595b88
---
595b88
 libsubid/Makefile.am | 2 ++
595b88
 1 file changed, 2 insertions(+)
595b88
595b88
diff --git a/libsubid/Makefile.am b/libsubid/Makefile.am
595b88
index f543b5eb..189165b0 100644
595b88
--- a/libsubid/Makefile.am
595b88
+++ b/libsubid/Makefile.am
595b88
@@ -3,6 +3,8 @@ libsubid_la_LDFLAGS = -Wl,-soname,libsubid.so.@LIBSUBID_ABI@ \
595b88
 	-shared -version-info @LIBSUBID_ABI_MAJOR@
595b88
 libsubid_la_SOURCES = api.c
595b88
 
595b88
+pkginclude_HEADERS = subid.h
595b88
+
595b88
 MISCLIBS = \
595b88
 	$(LIBAUDIT) \
595b88
 	$(LIBSELINUX) \
595b88
-- 
595b88
2.31.1
595b88