summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-07-30 11:17:02 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-07-30 11:17:02 +0300
commitbf2d7499c84c94f228d03b21448f5688b3cda1a8 (patch)
tree35af5ef08f0e7a1116baef241a61c1255217d2bc
parente87e68634d8eb66ab783e2802e2d5d12ff1031be (diff)
add securitysrv.h
-rw-r--r--Xext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index fde0550ee..ad3f98edf 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -66,7 +66,7 @@ BUILTIN_SRCS += $(XINERAMA_SRCS)
endif
# Security extension: multi-level security to protect clients from each other
-XCSECURITY_SRCS = security.c
+XCSECURITY_SRCS = security.c securitysrv.h
if XCSECURITY
BUILTIN_SRCS += $(XCSECURITY_SRCS)