Landing initial directory re-ordering change needed for Ron Guilmette's <rfg@monkeys.com> static mozilla work.

git-svn-id: svn://10.0.0.236/trunk@93391 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2001-04-28 17:26:54 +00:00
parent 526955c15b
commit 319433d9ef
4 changed files with 7 additions and 1 deletions

View File

@@ -160,6 +160,8 @@ ifdef MOZ_STATIC_COMPONENTS
DIRS += modules/staticmod
endif
DIRS += xpfe/bootstrap
endif # BUILD_MODULES == all
STATIC_MAKEFILES := $(NSPRPUB_DIR) directory/c-sdk/ldap

View File

@@ -62,7 +62,9 @@ CFLAGS += $(TK_CFLAGS)
endif
install-plugin: $(SHARED_LIBRARY)
ifdef SHARED_LIBRARY
$(INSTALL) $(SHARED_LIBRARY) $(DIST)/bin/plugins
endif
install:: install-plugin

View File

@@ -62,7 +62,9 @@ CFLAGS += $(TK_CFLAGS)
endif
install-plugin: $(SHARED_LIBRARY)
ifdef SHARED_LIBRARY
$(INSTALL) $(SHARED_LIBRARY) $(DIST)/bin/plugins
endif
install:: install-plugin

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = appshell bootstrap browser communicator components global
DIRS = appshell components browser communicator global
include $(topsrcdir)/config/rules.mk