From e915a2639752bc0ea9e6e192e020cc2031c08063 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Fri, 25 Jan 2008 19:22:19 -0500 Subject: xselinux: Move the extension to extmod instead of being built-in. --- Xext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xext/Makefile.am') 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 -- cgit v1.2.3