Add JS Console components to the unix and windows build systems.

This commit is contained in:
mccabe%netscape.com 2000-03-31 04:20:00 +00:00
Родитель 3147da3bb5
Коммит 32ffaeca59
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public bookmarks directory filepicker find history search sidebar related regviewer ucth xfer prefwindow shistory remote timebomb
DIRS = public bookmarks directory filepicker find history search sidebar related regviewer ucth xfer prefwindow shistory remote timebomb console
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -21,6 +21,6 @@
DEPTH=..\..
DIRS= public bookmarks directory filepicker find history prefwindow search sidebar regviewer related ucth xfer shistory timebomb
DIRS= public bookmarks directory filepicker find history prefwindow search sidebar regviewer related ucth xfer shistory timebomb console
include <$(DEPTH)\config\rules.mak>