diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-01-09 16:28:32 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-01-10 12:01:58 -0800 |
commit | d727ddb91a549d23f6bf323e91db4b8916c1b7a0 (patch) | |
tree | b9c237081d10665798ba1f64eb2393884e874f3e | |
parent | 6313d2da6c6910827d68cf31fe00b46a34c5bfc7 (diff) |
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 <memsize@videotron.ca>
Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | hw/kdrive/linux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |