diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-02-29 18:00:23 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-02-29 18:01:37 -0500 |
commit | 34bf308a9e66f1a2f48630a15b1802afad50ec24 (patch) | |
tree | a7f0fe69faba1a930018794ff73a381e72e3938b /dix/Makefile.am | |
parent | d5715f7beaad6816db27b01b67d7a3c69164d106 (diff) |
dix: Refactoring of selection code to allow for polyinstantiation.
Introduces dixLookupSelection() API.
Removes NumCurrentSelections from API.
Diffstat (limited to 'dix/Makefile.am')
-rw-r--r-- | dix/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index 2cf90142f..b7b1ec071 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -29,6 +29,7 @@ libdix_la_SOURCES = \ property.c \ registry.c \ resource.c \ + selection.c \ swaprep.c \ swapreq.c \ tables.c \ |