diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-20 11:18:10 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-20 16:43:49 +1000 |
commit | ca1edce2e1182623592c3ac4badabef7f5ec0c93 (patch) | |
tree | e75e6c0c6262b639ef6ddd0c3f498e359a2044b0 /tools | |
parent | cca3b5f630fc30c312a27e9f375dd1fdf7bbfc9c (diff) |
tools: add the compat scripts installer script to the tarball
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 907497e..a484e25 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -61,7 +61,7 @@ libinput_debug_gui_CFLAGS = $(AM_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS) $(LIBEVDE dist_man1_MANS += libinput-debug-gui.1 endif -EXTRA_DIST = make-ptraccel-graphs.sh $(bin_SCRIPTS) +EXTRA_DIST = make-ptraccel-graphs.sh install-compat-scripts.sh $(bin_SCRIPTS) install-data-hook: (cd $(DESTDIR)$(bindir) && mv libinput-list-devices.compat libinput-list-devices) |