From 339550738377ffc9d8f87a4029de578e77a94d45 Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Thu, 10 Aug 2000 01:08:14 +0000 Subject: [PATCH] Make it so the jni headers are built in src_share. git-svn-id: svn://10.0.0.236/trunk@75940 18797224-902f-48f8-a5cc-f745e15eee43 --- .../java/webclient/src_moz/motif/Makefile.in | 2 +- .../src_moz/motif/NativeLoaderStub.cpp | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mozilla/java/webclient/src_moz/motif/Makefile.in b/mozilla/java/webclient/src_moz/motif/Makefile.in index f6c64a6910c..128cdfbf3dd 100644 --- a/mozilla/java/webclient/src_moz/motif/Makefile.in +++ b/mozilla/java/webclient/src_moz/motif/Makefile.in @@ -47,4 +47,4 @@ EXTRA_DSO_LDOPTS += -lgtkxtbin -lgtksuperwin -L/usr/X11R6/lib -lXt endif endif -INCLUDES := -I$(JDKHOME)/include -I$(JDKHOME)/include/solaris -I.. $(INCLUDES) +INCLUDES := -I$(JDKHOME)/include -I$(JDKHOME)/include/solaris -I.. -I../../src_share $(INCLUDES) diff --git a/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp b/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp index a60d4eccaaf..0665edc8ffc 100644 --- a/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp +++ b/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp @@ -38,16 +38,16 @@ // JNI...yada, yada, yada #include // JNI Headers -#include "../BookmarksImpl.h" -#include "../CurrentPageImpl.h" -#include "../HistoryImpl.h" -#include "../ISupportsPeer.h" -#include "../NavigationImpl.h" -#include "../RDFEnumeration.h" -#include "../RDFTreeNode.h" -#include "../WindowControlImpl.h" -#include "../WrapperFactoryImpl.h" -#include "../NativeEventThread.h" +#include "BookmarksImpl.h" +#include "CurrentPageImpl.h" +#include "HistoryImpl.h" +#include "ISupportsPeer.h" +#include "NavigationImpl.h" +#include "RDFEnumeration.h" +#include "RDFTreeNode.h" +#include "WindowControlImpl.h" +#include "WrapperFactoryImpl.h" +#include "NativeEventThread.h" // allow code in webclientstub.so to load us #include "NativeLoaderStub.h"