Makefile.am: Add private header to sources list

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2014-02-21 22:18:37 +01:00
parent b98e9b1ccc
commit 9e48569ae8

View file

@ -6,6 +6,7 @@ include_HEADERS = \
libinput_la_SOURCES = \
libinput.c \
libinput.h \
libinput-private.h \
libinput-util.c \
libinput-util.h \
evdev.c \