From cb6a647bd344c17777df561724fca2af62d5ad36 Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Mon, 13 May 2013 15:32:41 -0400 Subject: Add -I paths for recent Ubuntu. From Kyle Isom kyle@tyrfingr.is --- linux/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.4.1-2-gfad0