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/ati | |
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/ati')
-rw-r--r-- | hw/kdrive/ati/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hw/kdrive/ati/Makefile.am b/hw/kdrive/ati/Makefile.am index 94d525e47..76635fb52 100644 --- a/hw/kdrive/ati/Makefile.am +++ b/hw/kdrive/ati/Makefile.am @@ -31,10 +31,6 @@ INCLUDES = \ bin_PROGRAMS = Xati -if TSLIB -TSLIB_FLAG = -lts -endif - noinst_LIBRARIES = libati.a libati_a_SOURCES = \ @@ -65,5 +61,4 @@ ATI_LIBS = \ Xati_LDADD = \ $(ATI_LIBS) \ @KDRIVE_LIBS@ \ - @XSERVER_LIBS@ \ - $(TSLIB_FLAG) + @XSERVER_LIBS@ |