about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJohn C. Vernaleo <jcv@conformal.com>2013-05-13 15:32:41 -0400
committerJohn C. Vernaleo <jcv@conformal.com>2013-05-13 15:32:41 -0400
commitcb6a647bd344c17777df561724fca2af62d5ad36 (patch)
tree60a7a738cff91241f4d74f079dbe99fec989c37b
parent4133979e4dce1e25a5b8a8d429a259ca06693c58 (diff)
downloadxombrero-cb6a647bd344c17777df561724fca2af62d5ad36.tar.gz
Add -I paths for recent Ubuntu. From Kyle Isom kyle@tyrfingr.is
-rw-r--r--linux/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/Makefile b/linux/Makefile
index e01e48e..0e19d2a 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -10,8 +10,10 @@ endif
 LIBS= glib-2.0
 ifeq ("${GTK_VERSION}", "gtk2")
 LIBS+= gtk+-2.0 webkit-1.0
+CFLAGS+=-I/usr/include/gtk-2.0
 else
 LIBS+= gtk+-3.0 webkitgtk-3.0
+CFLAGS+=-I/usr/include/gtk-3.0
 endif
 LIBS+= libsoup-2.4 gthread-2.0 gnutls libbsd