mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Make it so the jni headers are built in src_share.
This commit is contained in:
parent
85d4a2f4d7
commit
496407ed2a
@ -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)
|
||||
|
@ -38,16 +38,16 @@
|
||||
// JNI...yada, yada, yada
|
||||
#include <jni.h>
|
||||
// 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user