Adding global directory to makefiles

This commit is contained in:
matt%netscape.com 1999-07-14 00:15:00 +00:00
parent a5b40393cc
commit 0fe408b54c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17,7 +17,7 @@
DEPTH=..
DIRS=appshell AppCores bootstrap browser components
DIRS=appshell AppCores bootstrap browser components global
include <$(DEPTH)\config\rules.mak>