Adding global directory to makefiles

git-svn-id: svn://10.0.0.236/trunk@39220 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
matt%netscape.com 1999-07-14 00:15:00 +00:00
parent 429ab86535
commit 2e36c57393
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>