From a99ef02ba9242d6923e0b7a5cd204f8da3d78641 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 14 May 2013 12:04:34 -0400 Subject: Remove threading Now that the cert sideband thread is gone, threading can be removed. Making GTK calls across multiple threads is also deprecated in newer GTK versions and is severly broken on Windows, so there's no point in keeping this around. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 57584b9..2260fba 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ LIBS+= webkitgtk-3.0 .endif 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) -- cgit 1.4.1-2-gfad0