--- src/xitk/Makefile.in.orig Tue May 1 07:51:15 2007 +++ src/xitk/Makefile.in Sun Jul 15 18:48:07 2007 @@ -351,7 +351,7 @@ $(top_builddir)/src/common/libcommonx.a \ $(X_PRE_LIBS) $(LIRC_LIBS) $(DYNAMIC_LD_LIBS) $(XFT_LIBS) \ $(X_LIBS) $(XTEST_LIBS) $(CURL_LIBS) $(NVTVSIMPLE_LIBS) \ - -lX11 -lm $(DBG_LIBS) $(XV_LIB) $(LIBPNG_LIBS) $(INTLLIBS) + -lX11 -lm $(DBG_LIBS) $(XV_LIB) $(LIBPNG_LIBS) $(INTLLIBS) $(THREAD_LIBS) xine_remote_CFLAGS = $(AM_CFLAGS) -DNETWORK_CLIENT xine_remote_SOURCES = network.c @@ -465,7 +465,7 @@ $(LINK) $(xine_LDFLAGS) $(xine_OBJECTS) $(xine_LDADD) $(LIBS) xine-remote$(EXEEXT): $(xine_remote_OBJECTS) $(xine_remote_DEPENDENCIES) @rm -f xine-remote$(EXEEXT) - $(LINK) $(xine_remote_LDFLAGS) $(xine_remote_OBJECTS) $(xine_remote_LDADD) $(LIBS) + $(LINK) $(xine_remote_LDFLAGS) $(xine_remote_OBJECTS) $(xine_remote_LDADD) $(LIBS) $(INTLLIBS) mostlyclean-compile: -rm -f *.$(OBJEXT)