diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2009-08-30 18:40:54 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2009-08-30 18:40:54 +0200 |
commit | 87221643187f35489b301c6a5c250b1e90feb338 (patch) | |
tree | 44de75590d0b23452723ef98645b950c1d58b612 | |
parent | 128c5824dcc7c3e9a25f4aa33bb4a2262d705e78 (diff) |
update for kdrive changes in xserver 1.6obsd-server-1.6.4rc1
-rw-r--r-- | hw/kdrive/wscons/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/kdrive/wscons/Makefile.am b/hw/kdrive/wscons/Makefile.am index efbb256e5..f2843ed1a 100644 --- a/hw/kdrive/wscons/Makefile.am +++ b/hw/kdrive/wscons/Makefile.am @@ -19,8 +19,7 @@ Xwscons_SOURCES = \ Xwscons_LDADD = \ libwscons.a \ - @KDRIVE_LIBS@ \ - @XSERVER_LIBS@ + @KDRIVE_LIBS@ Xwscons_DEPENDENCIES = \ libwscons.a |