From kde-commits Tue Dec 31 01:08:08 2002 From: =?utf-8?q?Christian=20Gebauer?= Date: Tue, 31 Dec 2002 01:08:08 +0000 To: kde-commits Subject: kdenetwork/knode X-MARC-Message: https://marc.info/?l=kde-commits&m=104129703012035 CVS commit by gebauer: fix for 52415, knode will still build, because pthread is linked in by Qt anyway (this assumption should hold for KDE 3.1 on unix, for KDE 3.2 we will get rid of the threading stuff) M +1 -1 Makefile.am 1.39 --- kdenetwork/knode/Makefile.am #1.38:1.39 @@ -129,5 +129,5 @@ knode_LDFLAGS = $(all_libraries) $(KDE_RPATH) -knode_LDADD = -lkdeprint $(top_builddir)/libkdenetwork/libkdenetwork.la -lkspell -lkabc $(LIB_KFILE) $(LIBPTHREAD) $(LIBRESOLV) +knode_LDADD = -lkdeprint $(top_builddir)/libkdenetwork/libkdenetwork.la -lkspell -lkabc $(LIB_KFILE) $(LIBRESOLV) knode_METASOURCES = AUTO