Link tsx11 with the X/GL libraries.

oldstable
Francois Gouget 2001-09-10 23:06:17 +00:00 committed by Alexandre Julliard
parent 0fe854b7dd
commit 9360a50f31
1 changed files with 1 additions and 1 deletions

View File

@ -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) $@