mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Adding communicator dir.
This commit is contained in:
parent
43684524f8
commit
c03e2d756f
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
DEPTH=..
|
||||
|
||||
DIRS=appshell bootstrap browser components global
|
||||
DIRS=appshell bootstrap browser components global communicator
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user