diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-05-30 12:31:57 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-05-30 12:33:22 +0800 |
commit | 0069cf09af9aade5290aba3a7fd1ac28b0d97c8c (patch) | |
tree | 036e97771e5f72d650dc024578859e0adc36298a | |
parent | f1785bf92adafcf633a22152c4eb38dcba1ab319 (diff) | |
download | gsoc2013-epiphany-0069cf09af9aade5290aba3a7fd1ac28b0d97c8c.tar.gz gsoc2013-epiphany-0069cf09af9aade5290aba3a7fd1ac28b0d97c8c.tar.zst gsoc2013-epiphany-0069cf09af9aade5290aba3a7fd1ac28b0d97c8c.zip |
Include WebKit-1.0 in .gir creation
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 448573934..eae879efb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -567,6 +567,7 @@ Epiphany-$(EPIPHANY_API_VERSION).gir: epiphany $(G_IR_SCANNER) --add-include-path=$(srcdir) \ --include=Gtk-2.0 \ --include=libxml2-2.0 \ + --include=WebKit-1.0 \ --program=./epiphany \ --output $@ \ --pkg epiphany-$(EPIPHANY_API_VERSION) \ |