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 <yselkowitz@users.sourceforge.net> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
ed4c6bc79a
commit
a2f27b9790
|
@ -18,8 +18,7 @@ Xfake_SOURCES = \
|
||||||
|
|
||||||
Xfake_LDADD = \
|
Xfake_LDADD = \
|
||||||
libfake.la \
|
libfake.la \
|
||||||
@KDRIVE_LIBS@ \
|
@KDRIVE_LIBS@
|
||||||
@XSERVER_LIBS@
|
|
||||||
|
|
||||||
Xfake_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) -Wl,-undefined=InitExtensions
|
Xfake_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) -Wl,-undefined=InitExtensions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue