diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2009-12-02 11:14:19 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-12-02 11:14:19 +0100 |
commit | 5b9204787f1c3f1c7199939fd1328ee35b75127e (patch) | |
tree | f07a5dc9c38882109b67b50c9de938712ccdb5bb /Makefile.am | |
parent | 326e15a8ed97a22f2fe52d203896763d75f93c2c (diff) |
input_id: code cleanup
Now use libudev to clean up hardcoded /sys/ and /device/ paths, and to also
support direct input device arguments. Now both "input4" and "event4" will
work.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 994092775b..cd27f6f2d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -237,9 +237,10 @@ extras_floppy_create_floppy_devices_LDADD = libudev/libudev-private.la libexec_PROGRAMS += extras/floppy/create_floppy_devices # ------------------------------------------------------------------------------ -# usb_id - USB device property import +# input_id - import input device class # ------------------------------------------------------------------------------ extras_input_id_input_id_SOURCES = extras/input_id/input_id.c +extras_input_id_input_id_LDADD = libudev/libudev.la libexec_PROGRAMS += extras/input_id/input_id # ------------------------------------------------------------------------------ |