summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2011-09-28 16:46:36 -0400
committerGrant Gayed <grant_gayed@ca.ibm.com>2011-09-28 16:46:36 -0400
commit668bccddd8eea7291b5cfbaa57c769a6c662fc27 (patch)
tree28593c3e9d6c606372783fe9cfe110f2d00d38d1 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
parentc6d37fa60688346030b3c61bffe81d1df232904c (diff)
downloadeclipse.platform.swt-668bccddd8eea7291b5cfbaa57c769a6c662fc27.tar.gz
eclipse.platform.swt-668bccddd8eea7291b5cfbaa57c769a6c662fc27.tar.xz
eclipse.platform.swt-668bccddd8eea7291b5cfbaa57c769a6c662fc27.zip
don't compile webkit against its headers
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak8
1 files changed, 3 insertions, 5 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 9715d39c8b..60c7cd1b27 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
@@ -91,8 +91,6 @@ MOZILLAEXCLUDES = -DNO__1XPCOMGlueShutdown \
-DNO_nsDynamicFunctionLoad
XULRUNNEREXCLUDES = -DNO__1NS_1InitXPCOM2
-WEBKITCFLAGS = ${WEBKIT_INCLUDES}
-
SWT_OBJECTS = swt.o c.o c_stats.o callback.o
CDE_OBJECTS = swt.o cde.o cde_structs.o cde_stats.o
AWT_OBJECTS = swt_awt.o
@@ -281,13 +279,13 @@ $(WEBKIT_LIB): $(WEBKIT_OBJECTS)
$(CC) $(LFLAGS) -o $(WEBKIT_LIB) $(WEBKIT_OBJECTS)
webkit.o: webkitgtk.c
- $(CC) $(CFLAGS) $(WEBKITCFLAGS) -c webkitgtk.c -o webkit.o
+ $(CC) $(CFLAGS) -c webkitgtk.c -o webkit.o
webkit_structs.o: webkitgtk_structs.c
- $(CC) $(CFLAGS) $(WEBKITCFLAGS) -c webkitgtk_structs.c -o webkit_structs.o
+ $(CC) $(CFLAGS) -c webkitgtk_structs.c -o webkit_structs.o
webkit_stats.o: webkitgtk_stats.c webkitgtk_stats.h
- $(CC) $(CFLAGS) $(WEBKITCFLAGS) -c webkitgtk_stats.c -o webkit_stats.o
+ $(CC) $(CFLAGS) -c webkitgtk_stats.c -o webkit_stats.o
#
# GLX lib