mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-02-03 18:20:27 +01:00
Move libevdev-events over to a tools directory
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ea705612e1
commit
fe34f7cff7
6 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -45,3 +45,4 @@ ylwrap
|
|||
.vimdir
|
||||
*.tar.*
|
||||
*.3
|
||||
libevdev-events
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = libevdev test man
|
||||
SUBDIRS = libevdev tools man
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libevdev.pc
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue