diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-01-08 12:31:18 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2007-01-08 12:31:18 +1030 |
commit | 95e1a88050dde61e9b2407428042a43e47b46e18 (patch) | |
tree | 4aa6374545f0d1efbdc2e6f1295d89cd03453631 /Xi/Makefile.am | |
parent | 9fd2f167ec02ee170b87f02ddca89eba0b2e2389 (diff) |
Xi: Adding ChangeDeviceCursor request
Diffstat (limited to 'Xi/Makefile.am')
-rw-r--r-- | Xi/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Xi/Makefile.am b/Xi/Makefile.am index 0aa58449f..9e7d1c43e 100644 --- a/Xi/Makefile.am +++ b/Xi/Makefile.am @@ -5,6 +5,8 @@ AM_CFLAGS = $(DIX_CFLAGS) libXi_la_SOURCES = \ allowev.c \ allowev.h \ + chdevcur.c \ + chdevcur.h \ chgdctl.c \ chgdctl.h \ chgfctl.c \ |