diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-06-19 21:14:59 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-10-15 18:34:40 +0100 |
commit | adac2a2fbcfcc264ccadf4ad7ae9da0d2b951101 (patch) | |
tree | e38515fa36624448d3429535573851a565a4b013 | |
parent | be34496a470a68f3b177ae9778b861b97c1ba104 (diff) |
Fix xfake build
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
-rw-r--r-- | hw/kdrive/fake/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/kdrive/fake/Makefile.am b/hw/kdrive/fake/Makefile.am index 76ed9fc8b..3c1464b49 100644 --- a/hw/kdrive/fake/Makefile.am +++ b/hw/kdrive/fake/Makefile.am @@ -18,8 +18,7 @@ Xfake_SOURCES = \ Xfake_LDADD = \ libfake.a \ - @KDRIVE_LIBS@ \ - @XSERVER_LIBS@ + @KDRIVE_LIBS@ Xfake_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) |