Forgot makefile change for OS/2 plugin idl - 215581

This commit is contained in:
mkaply%us.ibm.com 2003-10-21 22:38:22 +00:00
parent 3b9223944a
commit cc6f7c7270

View File

@ -75,5 +75,9 @@ XPIDLSRCS = \
nsIPluginDocument.idl \
$(NULL)
ifeq ($(OS_ARCH),OS2)
XPIDLSRCS += nsILegacyPluginWrapperOS2.idl
endif
include $(topsrcdir)/config/rules.mk