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/pm2 | |
parent | 942b4369990a255257f66835caf8671432c405a3 (diff) |
Re-add support for tslib (1.0 release) and Xcalibrate extension.
Diffstat (limited to 'hw/kdrive/pm2')
-rw-r--r-- | hw/kdrive/pm2/Makefile.am | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/hw/kdrive/pm2/Makefile.am b/hw/kdrive/pm2/Makefile.am index 4c41c65e8..24ef15042 100644 --- a/hw/kdrive/pm2/Makefile.am +++ b/hw/kdrive/pm2/Makefile.am @@ -5,10 +5,6 @@ INCLUDES = \ bin_PROGRAMS = Xpm2 -if TSLIB -TSLIB_FLAG = -lts -endif - noinst_LIBRARIES = libpm2.a libpm2_a_SOURCES = \ @@ -28,7 +24,9 @@ PM2_LIBS = \ Xpm2_LDADD = \ $(PM2_LIBS) \ @KDRIVE_LIBS@ \ - @XSERVER_LIBS@ \ - $(TSLIB_FLAG) + @XSERVER_LIBS@ + -Xpm2_DEPENDENCIES = $(PM2_LIBS) +Xpm2_DEPENDENCIES = \ + libpm2.a \ + $(top_builddir)/hw/kdrive/vesa/libvesa.a |