mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-19 11:20:42 +02:00
Fix make distcheck for missing input-event-codes.h
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
77231f1aea
commit
87556848ff
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ libinput_la_SOURCES = \
|
|||
udev-seat.h \
|
||||
timer.c \
|
||||
timer.h \
|
||||
../include/linux/input.h
|
||||
../include/linux/input.h \
|
||||
../include/linux/input-event-codes.h
|
||||
|
||||
libinput_la_LIBADD = $(MTDEV_LIBS) \
|
||||
$(LIBUDEV_LIBS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue