diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-08-29 22:07:15 +0100 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-08-29 22:07:15 +0100 |
commit | 5ddbf4bcd46fe0d3d682668c2748c712fea410ae (patch) | |
tree | 46eef47d19ec7ea82f7af69d4ebf81fad1d05fc3 /hw/kdrive/ephyr/Makefile.am | |
parent | 942b4369990a255257f66835caf8671432c405a3 (diff) |
Re-add support for tslib (1.0 release) and Xcalibrate extension.
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 1c65944b9..8f51bbe08 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 = \ @@ -34,7 +29,6 @@ Xephyr_LDADD = \ ../../../exa/libexa.la \ @KDRIVE_LIBS@ \ @KDRIVE_LIBS@ \ - $(TSLIB_LIBS) \ @XEPHYR_LIBS@ Xephyr_DEPENDENCIES = \ |