diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-07-30 11:17:02 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-30 11:17:02 +0300 |
commit | bf2d7499c84c94f228d03b21448f5688b3cda1a8 (patch) | |
tree | 35af5ef08f0e7a1116baef241a61c1255217d2bc | |
parent | e87e68634d8eb66ab783e2802e2d5d12ff1031be (diff) |
add securitysrv.h
-rw-r--r-- | Xext/Makefile.am | 2 |
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) |