From d8c491f57eb2a3ead9739bfc5edfda27a70a615b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 13 Jan 2023 21:40:46 +0000 Subject: Include all include files in dist tarballs Otherwise, the distribution tarballs will be generated based on what's in libevdev_la_SOURCES, which only includes the headers for the operating system the maintainer happens to be running "make dist" from. As a result of this, e.g. the 1.13.0 tarball only includes the headers for Linux, making the tarball unbuildable for FreeBSD. "meson dist" was already doing the right thing. Signed-off-by: Alyssa Ross --- libevdev/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevdev/Makefile.am b/libevdev/Makefile.am index 106cc31..f577900 100644 --- a/libevdev/Makefile.am +++ b/libevdev/Makefile.am @@ -33,7 +33,7 @@ event-names.h: Makefile make-event-names.py $(PYTHON) $(srcdir)/make-event-names.py $(top_srcdir)/include/linux/@OS@/input.h $(top_srcdir)/include/linux/@OS@/input-event-codes.h > $@ -EXTRA_DIST = make-event-names.py libevdev.sym +EXTRA_DIST = make-event-names.py libevdev.sym ../include CLEANFILES = event-names.h BUILT_SOURCES = event-names.h -- cgit v1.2.3