mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 06:50:06 +01:00
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>
This commit is contained in:
parent
54f4c054ea
commit
d8c491f57e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 > $@
|
$(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
|
CLEANFILES = event-names.h
|
||||||
BUILT_SOURCES = event-names.h
|
BUILT_SOURCES = event-names.h
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue