From 20918ab480c8c8285a68e9f974b0208a18acec94 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Tue, 7 Sep 2004 19:00:04 +0000 Subject: [PATCH] avoid ephyr breakage when tslib enabled --- hw/kdrive/ephyr/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hw/kdrive/ephyr/Makefile.am b/hw/kdrive/ephyr/Makefile.am index 1a38e5934..18b498006 100644 --- a/hw/kdrive/ephyr/Makefile.am +++ b/hw/kdrive/ephyr/Makefile.am @@ -4,6 +4,11 @@ INCLUDES = \ noinst_LIBRARIES = libxephyr.a libxephyr-hostx.a +if TSLIB +TSLIB_LIBS = -lts +endif + + bin_PROGRAMS = Xephyr libxephyr_a_SOURCES = \ @@ -26,7 +31,9 @@ Xephyr_LDADD = \ libxephyr-hostx.a \ @KDRIVE_LIBS@ \ @XSERVER_LIBS@ \ + $(TSLIB_LIBS) \ @XEPHYR_LIBS@ + Xephyr_DEPENDENCIES = \ libxephyr.a \