603e057f0741b56c0efdc357d477bfc13e7b2c6f
[gnulib.git] / modules / selinux-h
1 Description:
2 SELinux-related headers for systems that lack them.
3
4 Files:
5 lib/se-context.in.h
6 lib/se-selinux.in.h
7 m4/selinux-context-h.m4
8 m4/selinux-selinux-h.m4
9
10 Depends-on:
11
12 configure.ac:
13 gl_HEADERS_SELINUX_SELINUX_H
14 gl_HEADERS_SELINUX_CONTEXT_H
15
16 Makefile.am:
17 lib_SOURCES += se-context.in.h se-selinux.in.h
18
19 BUILT_SOURCES += $(SELINUX_SELINUX_H)
20 selinux/selinux.h: se-selinux.in.h
21         rm -f $@-t $@
22         $(MKDIR_P) selinux
23         cp $(srcdir)/se-selinux.in.h $@-t
24         chmod a-x $@-t
25         mv $@-t $@
26 MOSTLYCLEANFILES += selinux/selinux.h selinux/selinux.h-t
27
28 BUILT_SOURCES += $(SELINUX_CONTEXT_H)
29 selinux/context.h: se-context.in.h
30         rm -f $@-t $@
31         $(MKDIR_P) selinux
32         cp $(srcdir)/se-context.in.h $@-t
33         chmod a-x $@-t
34         mv $@-t $@
35 MOSTLYCLEANFILES += selinux/context.h selinux/context.h-t
36 MOSTLYCLEANDIRS += selinux
37
38 Include:
39 #include <selinux/selinux.h>
40 #include <selinux/context.h>
41
42 License:
43 LGPLv2+
44
45 Maintainer:
46 Jim Meyering