summaryrefslogtreecommitdiff
path: root/gl/modules
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-10-21 16:10:31 +0200
committerJim Meyering <meyering@redhat.com>2008-10-21 18:05:55 +0200
commitaa67daf63b8a0fe1a99fd79e50c1d5068fb430b8 (patch)
tree0c7ac901361884f59b426a5151ac1cf6a3fc9941 /gl/modules
parentf7a009c17c0fb39182aefb71ce238a0928728c29 (diff)
downloadcoreutils-aa67daf63b8a0fe1a99fd79e50c1d5068fb430b8.tar.xz
move selinux-h module from gl/ to gnulib
* gl/lib/se-context.in.h: Remove file. * gl/lib/se-selinux.in.h: Likewise. * gl/m4/selinux-context-h.m4: Likewise. * gl/m4/selinux-selinux-h.m4: Likewise. * gl/modules/selinux-h: Likewise.
Diffstat (limited to 'gl/modules')
-rw-r--r--gl/modules/selinux-h46
1 files changed, 0 insertions, 46 deletions
diff --git a/gl/modules/selinux-h b/gl/modules/selinux-h
deleted file mode 100644
index 603e057f0..000000000
--- a/gl/modules/selinux-h
+++ /dev/null
@@ -1,46 +0,0 @@
-Description:
-SELinux-related headers for systems that lack them.
-
-Files:
-lib/se-context.in.h
-lib/se-selinux.in.h
-m4/selinux-context-h.m4
-m4/selinux-selinux-h.m4
-
-Depends-on:
-
-configure.ac:
-gl_HEADERS_SELINUX_SELINUX_H
-gl_HEADERS_SELINUX_CONTEXT_H
-
-Makefile.am:
-lib_SOURCES += se-context.in.h se-selinux.in.h
-
-BUILT_SOURCES += $(SELINUX_SELINUX_H)
-selinux/selinux.h: se-selinux.in.h
- rm -f $@-t $@
- $(MKDIR_P) selinux
- cp $(srcdir)/se-selinux.in.h $@-t
- chmod a-x $@-t
- mv $@-t $@
-MOSTLYCLEANFILES += selinux/selinux.h selinux/selinux.h-t
-
-BUILT_SOURCES += $(SELINUX_CONTEXT_H)
-selinux/context.h: se-context.in.h
- rm -f $@-t $@
- $(MKDIR_P) selinux
- cp $(srcdir)/se-context.in.h $@-t
- chmod a-x $@-t
- mv $@-t $@
-MOSTLYCLEANFILES += selinux/context.h selinux/context.h-t
-MOSTLYCLEANDIRS += selinux
-
-Include:
-#include <selinux/selinux.h>
-#include <selinux/context.h>
-
-License:
-LGPLv2+
-
-Maintainer:
-Jim Meyering