summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2014-11-08 10:14:48 +0100
committerPeter Hofmann <scm@uninformativ.de>2014-11-08 10:18:35 +0100
commit8afe8f12e88c06229798af49c24aabd08e76b89b (patch)
tree56165c2db2aa7ae3d85737bb570d1c09b9919477 /Makefile
parent5f595f1cad47a3b70c0571b4a80d240214a45b5f (diff)
downloadlariza-8afe8f12e88c06229798af49c24aabd08e76b89b.tar.gz
Port to GTK+ 3 first
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 185820f..a85eb59 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ $(__NAME__): browser.c
-D__NAME_UPPERCASE__=\"$(__NAME_UPPERCASE__)\" \
-D__NAME_CAPITALIZED__=\"$(__NAME_CAPITALIZED__)\" \
-o $@ $< \
- `pkg-config --cflags --libs gtk+-2.0 glib-2.0 webkit-1.0`
+ `pkg-config --cflags --libs gtk+-3.0 glib-2.0 webkitgtk-3.0`
clean:
rm -f $(__NAME__)