From 9e48569ae806932bbfd7c4a6e51b930f9ac0140b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 21 Feb 2014 22:18:37 +0100 Subject: [PATCH] Makefile.am: Add private header to sources list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \