Bug 122540; build new component on win32/unix; r=dveditz, sr=hewitt, a=asa

This commit is contained in:
law%netscape.com 2002-03-01 23:51:21 +00:00
parent 972811aa87
commit 2eff7c0dfd
4 changed files with 4 additions and 2 deletions

View File

@ -676,6 +676,7 @@ xpfe/components/urlbarhistory/src/Makefile
xpfe/components/urlwidget/Makefile
xpfe/components/winhooks/Makefile
xpfe/components/console/Makefile
xpfe/components/resetPref/Makefile
xpfe/components/build/Makefile
xpfe/appshell/Makefile
xpfe/appshell/src/Makefile

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = bookmarks directory filepicker find history search sidebar related regviewer xfer prefwindow shistory timebomb console autocomplete updates urlbarhistory intl
DIRS = bookmarks directory filepicker find history search sidebar related regviewer xfer prefwindow shistory timebomb console autocomplete updates urlbarhistory intl resetPref
ifdef MOZ_ENABLE_XREMOTE
DIRS += xremote

View File

@ -42,6 +42,7 @@ DIRS= \
urlwidget \
updates \
intl \
resetPref \
build \
$(NULL)

View File

@ -48,5 +48,5 @@ libs::
$(INSTALL) $(srcdir)/nsResetPref.js $(DIST)/bin/components
clean::
$(INSTALL) $(DIST)/bin/components/nsResetPref.js
rm -f $(DIST)/bin/components/nsResetPref.js