diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-09-03 10:50:22 -0400 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2012-09-03 10:50:22 -0400 |
commit | b5bdd77ff2c8532365806bdfae490b59295fd795 (patch) | |
tree | 740a9c9c97c815b36a291162de1d0075cf202e93 /Makefile | |
parent | 53070dfb17b60520169a20c2c72b0021144cb93f (diff) |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |