summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-11-14 15:05:58 +0000
committerWill Thompson <will@willthompson.co.uk>2012-11-14 15:05:58 +0000
commit77882394a39dab774c3908d8df9424e992ff3312 (patch)
tree75ff993442362ab1ad7220aaa707135d1ae614c3 /Makefile
parent3e14579929304d9a8edce1c522236a44fdfbd59b (diff)
Revert "Use g_thread_try_new rather than g_thread_create"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2537b4..9be9b4c 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 >= 2.32' gio-2.0 gio-unix-2.0)
+GIO_FLAGS := $(shell pkg-config --cflags --libs glib-2.0 gio-2.0 gio-unix-2.0)
PCAP_FLAGS := $(shell pcap-config --cflags pcap-config --libs)
DESTDIR =
PREFIX = /usr/local