diff options
author | John C. Vernaleo <jcv@conformal.com> | 2013-05-13 15:32:41 -0400 |
---|---|---|
committer | John C. Vernaleo <jcv@conformal.com> | 2013-05-13 15:32:41 -0400 |
commit | cb6a647bd344c17777df561724fca2af62d5ad36 (patch) | |
tree | 60a7a738cff91241f4d74f079dbe99fec989c37b /linux/Makefile | |
parent | 4133979e4dce1e25a5b8a8d429a259ca06693c58 (diff) | |
download | xombrero-cb6a647bd344c17777df561724fca2af62d5ad36.tar.gz |
Add -I paths for recent Ubuntu. From Kyle Isom kyle@tyrfingr.is
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 2 |
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 |