summaryrefslogtreecommitdiff
path: root/hw/kdrive/r128
diff options
context:
space:
mode:
authorMatthew Allum <breakfast@10.am>2003-11-06 14:01:46 +0000
committerMatthew Allum <breakfast@10.am>2003-11-06 14:01:46 +0000
commit598c5d549abbb819f3391a2c88432941b546a213 (patch)
treea33d1dd4de165ba7f15796e2743b1182dae07ac3 /hw/kdrive/r128
parent7e1a564c416f6dc337a0021b1c0e1f2cb3b27296 (diff)
tslib improvements
Diffstat (limited to 'hw/kdrive/r128')
-rw-r--r--hw/kdrive/r128/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/hw/kdrive/r128/Makefile.am b/hw/kdrive/r128/Makefile.am
index 1a5718c5f..a3a989c41 100644
--- a/hw/kdrive/r128/Makefile.am
+++ b/hw/kdrive/r128/Makefile.am
@@ -5,6 +5,10 @@ INCLUDES = \
bin_PROGRAMS = Xr128
+if TSLIB
+TSLIB_FLAG = -lts
+endif
+
noinst_LIBRARIES = libr128.a
libr128_a_SOURCES = \
@@ -19,4 +23,6 @@ Xr128_LDADD = \
libr128.a \
$(top_builddir)/hw/kdrive/vesa/libvesa.a \
@KDRIVE_LIBS@ \
- @XSERVER_LIBS@
+ @XSERVER_LIBS@ \
+ $(TSLIB_FLAG)
+