From b421b3d0afd374f7d90ce51f24cc65090a28b557 Mon Sep 17 00:00:00 2001 From: waterson Date: Mon, 8 Jun 1998 21:38:35 +0000 Subject: [PATCH] Added plugin to list of directories so the nsIPlug.h gets exported. Needed for OJI to build. git-svn-id: svn://10.0.0.236/trunk@3513 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/lib/makefile.win | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla/lib/makefile.win b/mozilla/lib/makefile.win index aed73a1346a..e2270bb965d 100755 --- a/mozilla/lib/makefile.win +++ b/mozilla/lib/makefile.win @@ -38,8 +38,11 @@ DEPTH=.. #// #//------------------------------------------------------------------------ #DIRS=libi18n layout libstyle liblayer libmocha -DIRS=libi18n htmldlgs libparse layout libstyle +DIRS= libi18n htmldlgs libparse layout libstyle +!ifdef MOZ_OJI +DIRS= $(DIRS) plugin +!endif #//------------------------------------------------------------------------ #//