[OS/2] Bug 348533: fix build break due to missing glue, removing support for old VAC plugins in libxul builds, r=benjamin

This commit is contained in:
mozilla@weilbacher.org 2007-07-17 14:13:17 -07:00
parent bab08593c7
commit baa27617ef

View File

@ -61,9 +61,11 @@ LOCAL_INCLUDES = -I$(srcdir)/../build
CPPSRCS = nsXPComStub.cpp
ifndef MOZ_ENABLE_LIBXUL
ifeq ($(OS_TARGET),OS2)
CPPSRCS += nsOS2VACLegacy.cpp
endif
endif
# If we have an import library, then copy that to the SDK. Otherwise,
# copy the shared library.