From ca1edce2e1182623592c3ac4badabef7f5ec0c93 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 20 Jun 2017 11:18:10 +1000 Subject: [PATCH] tools: add the compat scripts installer script to the tarball Signed-off-by: Peter Hutterer Reviewed-by: Eric Engestrom --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index 907497ef..a484e253 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)