summaryrefslogtreecommitdiff
path: root/dix/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-02-22 20:00:59 +1030
committerPeter Hutterer <whot@hyena.localdomain>2007-02-22 20:00:59 +1030
commit4b8b0e377a27ec904b2028c89aed11c6416af26c (patch)
tree827ee3390c331ba8f7421f051e5a8301adec07ab /dix/Makefile.am
parentcd0af7a7856e8246e27acc5513d219a094211625 (diff)
Xi: Add access control request handling.
dix: New file access.c to handle all access control for devices.
Diffstat (limited to 'dix/Makefile.am')
-rw-r--r--dix/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am
index a1f02c1b6..d9083ea52 100644
--- a/dix/Makefile.am
+++ b/dix/Makefile.am
@@ -5,6 +5,7 @@ AM_CFLAGS = $(DIX_CFLAGS) \
-DVENDOR_RELEASE="@VENDOR_RELEASE@"
libdix_la_SOURCES = \
+ access.c \
atom.c \
colormap.c \
cursor.c \