diff options
author | Pawel Pogorzelski | 2010-03-29 14:36:30 +0000 |
---|---|---|
committer | Pawel Pogorzelski | 2010-03-29 14:36:30 +0000 |
commit | 5e52a7b6e765522831127698074b977d1e126be3 (patch) | |
tree | bd225da8d216082565354a89286caea38eb9a923 /bundles/org.eclipse.core.net/natives/unix | |
parent | 2a792369e1926020e06648dc50ba899d73da3b1d (diff) | |
download | eclipse.platform.team-5e52a7b6e765522831127698074b977d1e126be3.tar.gz eclipse.platform.team-5e52a7b6e765522831127698074b977d1e126be3.tar.xz eclipse.platform.team-5e52a7b6e765522831127698074b977d1e126be3.zip |
Bug 292994 - Please add -I$(JAVA_HOME)/include to libgnomeproxy's Makefiles
Diffstat (limited to 'bundles/org.eclipse.core.net/natives/unix')
-rw-r--r-- | bundles/org.eclipse.core.net/natives/unix/linux/makefile | 1 | ||||
-rw-r--r-- | bundles/org.eclipse.core.net/natives/unix/linux/x86_64/makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.net/natives/unix/linux/makefile b/bundles/org.eclipse.core.net/natives/unix/linux/makefile index 0b4c14153..0aa0cbe68 100644 --- a/bundles/org.eclipse.core.net/natives/unix/linux/makefile +++ b/bundles/org.eclipse.core.net/natives/unix/linux/makefile @@ -19,7 +19,6 @@ LIB_NAME = gnomeproxy.so LIB_NAME_FULL = libgnomeproxy-1.0.0.so OS_TYPE = linux -JAVA_HOME = JDK_INCLUDE = -I${JAVA_HOME}/include -I${JAVA_HOME}/include/${OS_TYPE} INCLUDE = -I/usr/include/gconf/2/ -I/usr/include/orbit-2.0/ -I/usr/include/glib-2.0/ -I/usr/lib/glib-2.0/include/ COMPILER_FLAGS = -O0 -fPIC -g3 -Wall -c -fmessage-length=0 -m32 diff --git a/bundles/org.eclipse.core.net/natives/unix/linux/x86_64/makefile b/bundles/org.eclipse.core.net/natives/unix/linux/x86_64/makefile index 7a84d7192..407f9c5ad 100644 --- a/bundles/org.eclipse.core.net/natives/unix/linux/x86_64/makefile +++ b/bundles/org.eclipse.core.net/natives/unix/linux/x86_64/makefile @@ -20,7 +20,6 @@ LIB_NAME = gnomeproxy.so LIB_NAME_FULL = libgnomeproxy-1.0.0.so OS_TYPE = -JAVA_HOME = JDK_INCLUDE = -I${JAVA_HOME}/include -I${JAVA_HOME}/include/${OS_TYPE} INCLUDE = `pkg-config --cflags gconf-2.0` COMPILER_FLAGS= -O0 -fPIC -g3 -Wall -c -fmessage-length=0 -m64 |