summaryrefslogtreecommitdiff
path: root/hw/kdrive/i810
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-09-07 15:43:31 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-09-07 15:43:31 +0300
commit5e9d33fe87f9d24e55c468d4b2bb761c9efdb26a (patch)
tree488dc54f63535d012f71d5ea1fe70fc7a8c0e60d /hw/kdrive/i810
parent629798c73ad76a77fa6a55bc6403fd9b95ade2bb (diff)
parent64479fffa22581cc7d753065c33eda5520b7db9a (diff)
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
Diffstat (limited to 'hw/kdrive/i810')
-rw-r--r--hw/kdrive/i810/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/hw/kdrive/i810/Makefile.am b/hw/kdrive/i810/Makefile.am
index 5f7b2acb9..503958571 100644
--- a/hw/kdrive/i810/Makefile.am
+++ b/hw/kdrive/i810/Makefile.am
@@ -6,9 +6,6 @@ bin_PROGRAMS = Xi810
noinst_LIBRARIES = libi810.a
-if TSLIB
-TSLIB_FLAG = -lts
-endif
libi810_a_SOURCES = \
i810_cursor.c \
@@ -29,5 +26,4 @@ I810_LIBS = \
Xi810_LDADD = \
$(I810_LIBS) \
@KDRIVE_LIBS@ \
- @XSERVER_LIBS@ \
- $(TSLIB_FLAG)
+ @XSERVER_LIBS@