summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2005-10-25 17:28:46 +0000
committerAlasdair Kergon <agk@redhat.com>2005-10-25 17:28:46 +0000
commitffbfce30b5cd016116ebea6a603e73cc5ea1632e (patch)
tree2df62e5125564db5a8f731523e011f520677642b /lib/Makefile.in
parent78aa12e1dc7d10c376ddd81c1630a390dacae530 (diff)
downloadlvm2-ffbfce30b5cd016116ebea6a603e73cc5ea1632e.tar.gz
lvm2-ffbfce30b5cd016116ebea6a603e73cc5ea1632e.tar.xz
lvm2-ffbfce30b5cd016116ebea6a603e73cc5ea1632e.zip
Move set_selinux_context into libdevmapper
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 5065c1cc..5323cd93 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -133,10 +133,6 @@ ifeq ("@HAVE_LIBDL@", "yes")
misc/sharedlib.c
endif
-ifeq ("@HAVE_SELINUX@", "yes")
- SOURCES += misc/selinux.c
-endif
-
LIB_STATIC = liblvm.a
$(SUBDIRS): $(LIB_STATIC)