Fix make distcheck for missing input-event-codes.h

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-10-04 12:55:51 +10:00
parent 77231f1aea
commit 87556848ff

View file

@ -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) \