From 9360a50f31b94f706689ee0a5be6c449993290dc Mon Sep 17 00:00:00 2001
From: Francois Gouget <fgouget@codeweavers.com>
Date: Mon, 10 Sep 2001 23:06:17 +0000
Subject: [PATCH] Link tsx11 with the X/GL libraries.

---
 tsx11/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsx11/Makefile.in b/tsx11/Makefile.in
index 03871050f64..3472ae52926 100644
--- a/tsx11/Makefile.in
+++ b/tsx11/Makefile.in
@@ -27,7 +27,7 @@ all: libwine_tsx11.$(LIBEXT)
 @MAKE_RULES@
 
 libwine_tsx11.so.$(SOVERSION): $(OBJS)
-	$(LDSHARED) $(OBJS) -o $@
+	$(LDSHARED) $(OBJS) -o $@ $(EXTRALIBS)
 
 libwine_tsx11.so: libwine_tsx11.so.$(SOVERSION)
 	$(RM) $@ && $(LN_S) libwine_tsx11.so.$(SOVERSION) $@
-- 
GitLab