summaryrefslogtreecommitdiff
path: root/Xext/Makefile.am
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-11-08 16:41:47 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-11-08 16:46:31 -0500
commit9d03cad1446c27b397c198cf6247e71e46bc9e6d (patch)
treea9be69714dd8ba6c64053b11d9f0c741eeea03cb /Xext/Makefile.am
parent8b5d21cc1d1f4e9d20e5d5eca44cb1e60a419763 (diff)
Remove SecurityPolicy file and associated references in the manpages.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r--Xext/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index 6fe1c3488..f57e59910 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -33,9 +33,6 @@ MODULE_SRCS = \
sync.c \
xcmisc.c
-# Extra configuration files ship with some extensions
-SERVERCONFIG_DATA =
-
# Optional sources included if extension enabled by configure.ac rules
# MIT Shared Memory extension
@@ -86,9 +83,6 @@ endif
XCSECURITY_SRCS = security.c securitysrv.h
if XCSECURITY
BUILTIN_SRCS += $(XCSECURITY_SRCS)
-
-SERVERCONFIG_DATA += SecurityPolicy
-AM_CFLAGS += -DDEFAULTPOLICYFILE=\"$(SERVERCONFIGdir)/SecurityPolicy\"
endif
XCALIBRATE_SRCS = xcalibrate.c
@@ -166,7 +160,6 @@ libXextmodule_la_SOURCES = $(MODULE_SRCS)
endif
EXTRA_DIST = \
- $(SERVERCONFIG_DATA) \
$(MITSHM_SRCS) \
$(XV_SRCS) \
$(RES_SRCS) \