diff --git a/allmakefiles.sh b/allmakefiles.sh index 577fd838db5..9b6403773b0 100755 --- a/allmakefiles.sh +++ b/allmakefiles.sh @@ -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 # diff --git a/xpfe/Makefile.in b/xpfe/Makefile.in index 19adb741fc6..03b0ac456c2 100644 --- a/xpfe/Makefile.in +++ b/xpfe/Makefile.in @@ -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 diff --git a/xpfe/makefile.win b/xpfe/makefile.win index 8d007f2f738..dcbcee32303 100644 --- a/xpfe/makefile.win +++ b/xpfe/makefile.win @@ -21,7 +21,7 @@ DEPTH=.. -DIRS=appshell bootstrap browser components global +DIRS=appshell bootstrap browser components global communicator include <$(DEPTH)\config\rules.mak>