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