summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-02-01 17:09:39 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-02-02 08:26:59 +1000
commit1648ad6c5cdcf9cfe390e8bd46cfa84782f7ac2b (patch)
treed7504ff4d81badb16fccaf3958e829e08677cf28
parent5983e8208e9aaa6f9700d217ab21944d85b08e22 (diff)
downloadxf86-input-wacom-1648ad6c5cdcf9cfe390e8bd46cfa84782f7ac2b.tar.gz
autotools: make sure the gwacom sources are in the tarball
Those aren't used by autotools but if we want to build an autotools-generated tarball with meson we need to provide them. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b9fecc6..1c8d926 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,3 +35,11 @@ AM_CPPFLAGS=-I$(top_srcdir)/include/
AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS) $(UDEV_CFLAGS)
@DRIVER_NAME@_drv_la_SOURCES = $(DRIVER_SOURCES)
+
+EXTRA_DIST = \
+ gwacom/wacom-device.c \
+ gwacom/wacom-device.h \
+ gwacom/wacom-driver.c
+ gwacom/wacom-driver.h \
+ gwacom/wacom-private.h \
+ $(NULL)