From b5f200ce9d495c6ce94e0170909465a30e8799d9 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 4 May 2004 03:28:06 +0000 Subject: [PATCH] Attached is a patch to fix a build error whe ncompiling with tslib support, a variable wasnt set, i just changed it to be like the other MAkefile.ams :) -- Glenn McGrath --- hw/kdrive/fake/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/kdrive/fake/Makefile.am b/hw/kdrive/fake/Makefile.am index 76e27c2a3..825f0a8c2 100644 --- a/hw/kdrive/fake/Makefile.am +++ b/hw/kdrive/fake/Makefile.am @@ -6,6 +6,10 @@ noinst_LIBRARIES = libfake.a bin_PROGRAMS = Xfake +if TSLIB +TSLIB_FLAG = -lts +endif + libfake_a_SOURCES = \ fake.c \ kbd.c \