Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2012-01-18 15:32:46 +0000
committerGrant Gayed2012-01-18 15:32:46 +0000
commit769e2f86b4a658a863e62444f6c5f651ce456752 (patch)
treea75526b40e5cfadaf614028410a594b880af0507
parent4d81fe40cb545200a3ad50757266dc26a8fdd331 (diff)
downloadeclipse.platform.swt-769e2f86b4a658a863e62444f6c5f651ce456752.tar.gz
eclipse.platform.swt-769e2f86b4a658a863e62444f6c5f651ce456752.tar.xz
eclipse.platform.swt-769e2f86b4a658a863e62444f6c5f651ce456752.zip
add build_webkit to 'all' target
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
index 3976fe4799..ad5b1cae27 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
@@ -122,7 +122,7 @@ ifndef NO_STRIP
LFLAGS := $(LFLAGS) -s
endif
-all: make_swt make_atk make_glx
+all: make_swt make_atk make_glx make_webkit
#
# SWT libs

Back to the top