diff options
author | Zephaniah E. Hull <warp@aehallh.com> | 2006-04-15 13:01:36 +0000 |
---|---|---|
committer | Zephaniah E. Hull <warp@aehallh.com> | 2006-04-15 13:01:36 +0000 |
commit | f75aadfd628db727e6732c2f0df0c17e75bdeda6 (patch) | |
tree | 11041dad5de857bda5ef2ec3df9575d16d2a83b4 | |
parent | cffc51e04aba0090dfb663d2927117318b5ea00c (diff) |
xf86-input-evdev v1.1.1xf86-input-evdev-1_1_1
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-04-15 Zephaniah E. Hull <warp@aehallh.com> + + * configure.ac: + * src/Makefile.am: + xf86-input-evdev v1.1.1 + 2006-04-14 Zephaniah E. Hull <warp@aehallh.com> * src/evdev.h: diff --git a/configure.ac b/configure.ac index c476853..4f9a98a 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-input-evdev], - 1.1.0, + 1.1.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-input-evdev) diff --git a/src/Makefile.am b/src/Makefile.am index dc6cded..4d97d16 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,4 +29,4 @@ @DRIVER_NAME@_drv_la_CFLAGS = -Wall @DRIVER_NAME@_drv_ladir = @inputdir@ -@DRIVER_NAME@_drv_la_SOURCES = evdev.c evdev.h evdev_brain.c evdev_axes.c evdev_btn.c evdev_key.c +@DRIVER_NAME@_drv_la_SOURCES = evdev.c evdev.h evdev_brain.c evdev_axes.c evdev_btn.c evdev_key.c inotify.h inotify-syscalls.h |