Move libevdev-events over to a tools directory

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-06-04 09:35:14 +10:00
parent ea705612e1
commit fe34f7cff7
6 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -45,3 +45,4 @@ ylwrap
.vimdir
*.tar.*
*.3
libevdev-events

View file

@ -1,4 +1,4 @@
SUBDIRS = libevdev test man
SUBDIRS = libevdev tools man
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libevdev.pc

View file

@ -52,6 +52,6 @@ AM_CONDITIONAL([HAVE_ASCIIDOC], [test "$have_asciidoc" = yes])
AC_CONFIG_FILES([Makefile
libevdev/Makefile
man/Makefile
test/Makefile
tools/Makefile
libevdev.pc])
AC_OUTPUT