summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-02-09 13:23:22 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-02-09 14:21:32 +1000
commit485bb68b90e6a0a8069c04cfb69b48629847084c (patch)
tree338d4dcb078868fd31c6b7d18d73a81c48da146a
parentad8de302874ab2075928ddd4e3f762251fef0703 (diff)
downloadxf86-input-wacom-485bb68b90e6a0a8069c04cfb69b48629847084c.tar.gz
autotools: add missing files to the tarball
Thanks to a missing backspace, there were still some files missing from the tarball. And our CI didn't pick it up because it wasn't building the gwacom bits from the tarball. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/Makefile.am2
-rw-r--r--tools/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e35ec5d..4ac7d4a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,7 +39,7 @@ AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS)
EXTRA_DIST = \
gwacom/wacom-device.c \
gwacom/wacom-device.h \
- gwacom/wacom-driver.c
+ gwacom/wacom-driver.c \
gwacom/wacom-driver.h \
gwacom/wacom-private.h \
$(NULL)
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 494254a..113ee90 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -47,3 +47,5 @@ xsetwacom_test_LDADD = $(X11_LIBS)
TESTS=$(check_PROGRAMS)
endif
+
+EXTRA_DIST = wacom-record.c