From: Jonas Ådahl Date: Fri, 21 Feb 2014 21:18:37 +0000 (+0100) Subject: Makefile.am: Add private header to sources list X-Git-Tag: 0.1.0~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e48569ae806932bbfd7c4a6e51b930f9ac0140b;p=platform%2Fupstream%2Flibinput.git Makefile.am: Add private header to sources list Signed-off-by: Jonas Ådahl --- diff --git a/src/Makefile.am b/src/Makefile.am index f544ccd9..8c6d9354 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,7 @@ include_HEADERS = \ libinput_la_SOURCES = \ libinput.c \ libinput.h \ + libinput-private.h \ libinput-util.c \ libinput-util.h \ evdev.c \