From d727ddb91a549d23f6bf323e91db4b8916c1b7a0 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 9 Jan 2010 16:28:32 -0500 Subject: [PATCH] kdrive: klinux.h breaks make dist This file is no longer part of the source code and must be removed from distribution. Signed-off-by: Gaetan Nadon Reviewed-by: Mikhail Gusarov Signed-off-by: Keith Packard --- hw/kdrive/linux/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/kdrive/linux/Makefile.am b/hw/kdrive/linux/Makefile.am index fe4a3d183..93e5d2f9f 100644 --- a/hw/kdrive/linux/Makefile.am +++ b/hw/kdrive/linux/Makefile.am @@ -8,7 +8,7 @@ noinst_LTLIBRARIES = liblinux.la liblinux_la_SOURCES = -liblinux_la_SOURCES += linux.c klinux.h +liblinux_la_SOURCES += linux.c if KDRIVE_KBD liblinux_la_SOURCES += keyboard.c