summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-01-13 21:40:46 +0000
committerAlyssa Ross <hi@alyssa.is>2023-01-13 21:43:04 +0000
commitd8c491f57eb2a3ead9739bfc5edfda27a70a615b (patch)
treebb77a7aa534ac88988bc9b7f4b28f5c1f4063fd4
parent54f4c054ea745c4f8f77c489230935aa291f5875 (diff)
downloadlibevdev-d8c491f57eb2a3ead9739bfc5edfda27a70a615b.tar.gz
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 <hi@alyssa.is>
-rw-r--r--libevdev/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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