summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-01-25 19:22:19 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2008-01-25 19:22:19 -0500
commite915a2639752bc0ea9e6e192e020cc2031c08063 (patch)
tree04dd12c50e0fed5183e4f42917454e6993fe8cb1 /Xext
parentf6a78ee143e3a3ad69538adf2b9675d724468ffa (diff)
xselinux: Move the extension to extmod instead of being built-in.
Diffstat (limited to 'Xext')
-rw-r--r--Xext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index f57e59910..648736d95 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -76,7 +76,7 @@ endif
# requires X-ACE extension
XSELINUX_SRCS = xselinux.c xselinux.h
if XSELINUX
-BUILTIN_SRCS += $(XSELINUX_SRCS)
+MODULE_SRCS += $(XSELINUX_SRCS)
endif
# Security extension: multi-level security to protect clients from each other