summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-05-04 03:28:06 +0000
committerKeith Packard <keithp@keithp.com>2004-05-04 03:28:06 +0000
commitb5f200ce9d495c6ce94e0170909465a30e8799d9 (patch)
treef7beb8a0d832613256ca5c6f7ca277d1d465b703
parent5ca651e66f3d0ab189962bb4609b87a865364ef8 (diff)
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 <glennm@hydrix.com>
-rw-r--r--hw/kdrive/fake/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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 \