From b5bdd77ff2c8532365806bdfae490b59295fd795 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 3 Sep 2012 10:50:22 -0400 Subject: Use g_thread_try_new rather than g_thread_create The latter is deprecated. This seems like an extremely worthwhile change to have to make. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9be9b4c..c2537b4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CFLAGS = -g -O2 -Wall -Wunused DBUS_FLAGS = $(shell pkg-config --cflags --libs dbus-1) -GIO_FLAGS := $(shell pkg-config --cflags --libs glib-2.0 gio-2.0 gio-unix-2.0) +GIO_FLAGS := $(shell pkg-config --cflags --libs 'glib-2.0 >= 2.32' gio-2.0 gio-unix-2.0) PCAP_FLAGS := $(shell pcap-config --cflags pcap-config --libs) DESTDIR = PREFIX = /usr/local -- cgit v1.2.3