Commit d23d3a1c authored by peterlubczynski%netscape.com's avatar peterlubczynski%netscape.com
Browse files

Adding NPAPI plugin headers to Gecko SDK, bug 112255 r=cls

parent ec704b5a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -41,6 +41,11 @@ EXPORTS = \
		npupp.h \
		$(NULL)

SDK_HEADERS	 = \
		npapi.h \
		npupp.h \
		$(NULL)

XPIDLSRCS 	= \
		nspluginroot.idl \
		nsIPluginStreamInfo.idl \
+8 −0
Original line number Diff line number Diff line
@@ -28,6 +28,14 @@ include $(DEPTH)/config/autoconf.mk

MODULE		= java

SDK_HEADERS	 = \
		jni.h \
		jni_md.h \
		jri.h \
		jri_md.h \
		jritypes.h \
		$(NULL)

EXPORTS		= \
		bool.h \
		interpreter.h \