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/ephyr/Makefile.am | |
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/ephyr/Makefile.am')
-rw-r--r-- | hw/kdrive/ephyr/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/kdrive/ephyr/Makefile.am b/hw/kdrive/ephyr/Makefile.am index b8f12c5f3..c201fe9d6 100644 --- a/hw/kdrive/ephyr/Makefile.am +++ b/hw/kdrive/ephyr/Makefile.am @@ -5,11 +5,6 @@ INCLUDES = \ noinst_LIBRARIES = libxephyr.a libxephyr-hostx.a -if TSLIB -TSLIB_LIBS = -lts -endif - - bin_PROGRAMS = Xephyr libxephyr_a_SOURCES = \ @@ -33,5 +28,4 @@ Xephyr_LDADD = \ libxephyr-hostx.a \ ../../../exa/libexa.la \ @KDRIVE_LIBS@ \ - $(TSLIB_LIBS) \ @XEPHYR_LIBS@ |