From f2fc48a9635306677f18f8ed31df4ee865f35999 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 6 Oct 2011 12:59:19 -0500 Subject: get rid of threads altogether it was a mistake to introduce threads for the color bar so simply get rid of threads altogether and pretend it never happened. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4716ef..1a00e70 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,11 @@ LIBS+= gtk+-2.0 LIBS+= webkit-1.0 LIBS+= libsoup-2.4 LIBS+= gnutls +LIBS+= gthread-2.0 GTK_CFLAGS!= pkg-config --cflags $(LIBS) GTK_LDFLAGS!= pkg-config --libs $(LIBS) -CFLAGS+= $(GTK_CFLAGS) -Wall -pthread -LDFLAGS+= $(GTK_LDFLAGS) -pthread +CFLAGS+= $(GTK_CFLAGS) -Wall +LDFLAGS+= $(GTK_LDFLAGS) BUILDVERSION != sh "${.CURDIR}/buildver.sh" .if !${BUILDVERSION} == "" CPPFLAGS+= -DXXXTERM_BUILDSTR=\"$(BUILDVERSION)\" -- cgit 1.4.1-2-gfad0