diff --git a/mozilla/client.mak b/mozilla/client.mak index c96a93e7390..2b45d95bc4b 100644 --- a/mozilla/client.mak +++ b/mozilla/client.mak @@ -25,7 +25,6 @@ MOZ_TOP=mozilla # tree by default) MODULAR_NETLIB = 1 -NGLAYOUT_PLUGINS = 1 # # Command macro defines diff --git a/mozilla/config/autoconf.mk.in b/mozilla/config/autoconf.mk.in index cc9436a9217..dc159e9f782 100644 --- a/mozilla/config/autoconf.mk.in +++ b/mozilla/config/autoconf.mk.in @@ -254,7 +254,6 @@ MOZ_LDAP = SMART_MAIL = # XXX - these need to be cleaned up and have real checks added -cls -NGLAYOUT_PLUGINS=1 CM_BLDTYPE=dbg AWT_11=1 MOZ_BITS=32 diff --git a/mozilla/modules/plugin/Makefile.in b/mozilla/modules/plugin/Makefile.in index 3e1c89575db..467311682f8 100644 --- a/mozilla/modules/plugin/Makefile.in +++ b/mozilla/modules/plugin/Makefile.in @@ -25,11 +25,8 @@ include $(DEPTH)/config/autoconf.mk #// DIRS - There are subdirectories to process #// #//------------------------------------------------------------------------ -ifndef NGLAYOUT_PLUGINS -DIRS= public src -else + DIRS= public nglsrc -endif #//------------------------------------------------------------------------ #//