aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webkit/webkit-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/webkit/webkit-gtk/Makefile')
-rw-r--r--recipes/webkit/webkit-gtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/webkit/webkit-gtk/Makefile b/recipes/webkit/webkit-gtk/Makefile
index 24a6f0d945..1e50d1d358 100644
--- a/recipes/webkit/webkit-gtk/Makefile
+++ b/recipes/webkit/webkit-gtk/Makefile
@@ -1,4 +1,4 @@
-MODULES = JavaScriptCore JavaScriptGlue WebCore WebKit WebKitTools
+MODULES = JavaScriptCore JavaScriptGlue WebCore WebKit WebKit2 WebKitTools
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \