summaryrefslogtreecommitdiff
path: root/Xi/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 /Xi/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 'Xi/Makefile.am')
-rw-r--r--Xi/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Xi/Makefile.am b/Xi/Makefile.am
index 5d3417e65..e77c8a382 100644
--- a/Xi/Makefile.am
+++ b/Xi/Makefile.am
@@ -20,7 +20,9 @@ libXi_la_SOURCES = \
chgptr.c \
chgptr.h \
chpkpair.c \
- chpkpair.h \
+ chpkpair.h \
+ chaccess.c \
+ chaccess.h \
closedev.c \
closedev.h \
devbell.c \
@@ -46,6 +48,8 @@ libXi_la_SOURCES = \
getselev.h \
getvers.c \
getvers.h \
+ grabacc.c \
+ grabacc.h \
grabdev.c \
grabdev.h \
grabdevb.c \
@@ -62,6 +66,8 @@ libXi_la_SOURCES = \
querydp.h \
queryst.c \
queryst.h \
+ qryacces.c \
+ qryacces.h \
regpair.c \
regpair.h \
selectev.c \