aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index e6b173a..29d7470 100644
--- a/config.mk
+++ b/config.mk
@@ -27,7 +27,7 @@ MANPREFIX = ${PREFIX}/share/man
# includes and libs
-GTKINC=$(shell pkg-config --cflags gtk+-2.0 vte )
+GTKINC=$(shell pkg-config --cflags gtk+-2.0 vte glib-2.0)
GTKLIB=-lvte
INCS = -I. -I/usr/include ${GTKINC}