From a2f27b97900f335cd5f6a3e5bf8fa1d0ec9eb9ac Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 15 Oct 2009 01:53:42 -0500 Subject: Remove duplicates from Xfake_LDADD KDRIVE_LIBS already contains the libs in XSERVER_LIBS, so linking against both leads to multiple-definition errors when linking on Cygwin. Signed-off-by: Yaakov Selkowitz Signed-off-by: Keith Packard --- hw/kdrive/fake/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hw') diff --git a/hw/kdrive/fake/Makefile.am b/hw/kdrive/fake/Makefile.am index 8b93e9e2f..71b24b7e6 100644 --- a/hw/kdrive/fake/Makefile.am +++ b/hw/kdrive/fake/Makefile.am @@ -18,8 +18,7 @@ Xfake_SOURCES = \ Xfake_LDADD = \ libfake.la \ - @KDRIVE_LIBS@ \ - @XSERVER_LIBS@ + @KDRIVE_LIBS@ Xfake_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) -Wl,-undefined=InitExtensions -- cgit v1.2.3