summaryrefslogtreecommitdiff
path: root/dix/Makefile.am
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-10-11 14:17:17 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-10-11 14:18:59 -0400
commit6adeba17301a309be2f34cd51eca84a13d5503fd (patch)
tree432bd4dbbb07a77945380cfcf7b976b0cc202678 /dix/Makefile.am
parent8f23d40068151ad85cde239d07031284f0b2c4dc (diff)
dix: Add a new "registry" mechanism for registering string names of things.
Supports protocol requests, events, and errors, and resource names. Modify XRES extension to use it.
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 827243a71..65c387c31 100644
--- a/dix/Makefile.am
+++ b/dix/Makefile.am
@@ -27,6 +27,7 @@ libdix_la_SOURCES = \
pixmap.c \
privates.c \
property.c \
+ registry.c \
resource.c \
swaprep.c \
swapreq.c \