diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-10-19 14:27:58 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-11-07 09:38:01 +1030 |
commit | a7f53f26ac83257f594058c484ecd19e009e142c (patch) | |
tree | 4475e771011156e3b4038e835cf01e0316a2008a /src/Makefile.am | |
parent | d1f92d6c14d7c9b553b8530a1daf0a77a8babccf (diff) |
Add XChangeDeviceHierarchy.
Used to create/remove master devices or change attachment of slave devices.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 739d810..378a906 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,13 +5,13 @@ lib_LTLIBRARIES = libXi.la libXi_la_SOURCES = \ XAllowDv.c \ XChAccRl.c \ + XChDevHier.c \ XChgDCtl.c \ XChgFCtl.c \ XChgKbd.c \ XChgKMap.c \ XChgPnt.c \ XChgProp.c \ - XChPKPair.c \ XClrAcc.c \ XCloseDev.c \ XDefDevCur.c \ |