Turning the chrome registry on for Windows and UNIX.

git-svn-id: svn://10.0.0.236/trunk@25979 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
1999-04-02 01:25:03 +00:00
parent 34658a2ba2
commit b265891467
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = base util content datasource build
DIRS = base util content datasource chrome build
ifdef MOZ_BRPROF
DIRS += brprof

View File

@@ -26,6 +26,7 @@ DIRS=\
datasource \
build \
brprof \
chrome \
$(NULL)
include <$(DEPTH)\config\rules.mak>