From 4b8b0e377a27ec904b2028c89aed11c6416af26c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 22 Feb 2007 20:00:59 +1030 Subject: Xi: Add access control request handling. dix: New file access.c to handle all access control for devices. --- dix/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'dix/Makefile.am') 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 \ -- cgit v1.2.3