diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-09-07 15:43:31 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-09-07 15:43:31 +0300 |
commit | 5e9d33fe87f9d24e55c468d4b2bb761c9efdb26a (patch) | |
tree | 488dc54f63535d012f71d5ea1fe70fc7a8c0e60d /hw/kdrive/smi | |
parent | 629798c73ad76a77fa6a55bc6403fd9b95ade2bb (diff) | |
parent | 64479fffa22581cc7d753065c33eda5520b7db9a (diff) |
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
Diffstat (limited to 'hw/kdrive/smi')
-rw-r--r-- | hw/kdrive/smi/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hw/kdrive/smi/Makefile.am b/hw/kdrive/smi/Makefile.am index 8ce3ebae6..0fd9729fc 100644 --- a/hw/kdrive/smi/Makefile.am +++ b/hw/kdrive/smi/Makefile.am @@ -6,10 +6,6 @@ INCLUDES = \ bin_PROGRAMS = Xsmi -if TSLIB -TSLIB_FLAG = -lts -endif - noinst_LIBRARIES = libsmi.a # smivideo.c # not ready yet @@ -32,5 +28,4 @@ SMI_LIBS = \ Xsmi_LDADD = \ $(SMI_LIBS) \ @KDRIVE_LIBS@ \ - @XSERVER_LIBS@ \ - $(TSLIB_FLAG) + @XSERVER_LIBS@ |