diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-10-19 14:36:37 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-10-19 14:36:37 +0930 |
commit | 5ba738935f0d786e4670adf3b05ad42fc5e710fd (patch) | |
tree | 56db5c2939989c23fa562b3acec1ceabca0d65bf /Xi/Makefile.am | |
parent | 6dcde0e9c1d068d9fc4a772d29d1d4c6cc57aeb9 (diff) |
Xi: remove ChangePointerKeyboardPairing in favour of ChangeDeviceHierarchy.
Diffstat (limited to 'Xi/Makefile.am')
-rw-r--r-- | Xi/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xi/Makefile.am b/Xi/Makefile.am index 2cf11a042..407928df1 100644 --- a/Xi/Makefile.am +++ b/Xi/Makefile.am @@ -9,6 +9,8 @@ libXi_la_SOURCES = \ chdevcur.h \ chgdctl.c \ chgdctl.h \ + chdevhier.c \ + chdevhier.h \ chgfctl.c \ chgfctl.h \ chgkbd.c \ @@ -19,8 +21,6 @@ libXi_la_SOURCES = \ chgprop.h \ chgptr.c \ chgptr.h \ - chpkpair.c \ - chpkpair.h \ chaccess.c \ chaccess.h \ closedev.c \ |