Adding communicator dir.

This commit is contained in:
hyatt%netscape.com 2000-04-21 07:15:14 +00:00
parent 43684524f8
commit c03e2d756f
3 changed files with 6 additions and 2 deletions

View File

@ -643,6 +643,10 @@ xpfe/global/resources/content/unix/Makefile
xpfe/global/resources/locale/Makefile
xpfe/global/resources/locale/en-US/Makefile
xpfe/global/resources/locale/en-US/unix/Makefile
xpfe/communicator/Makefile
xpfe/communicator/resources/Makefile
xpfe/communicator/skin/Makefile
#
# End of XPFE Makefiles
#

View File

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

View File

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