diff --git a/mozilla/makefile.win b/mozilla/makefile.win index b4edabb9854..38d0837e648 100644 --- a/mozilla/makefile.win +++ b/mozilla/makefile.win @@ -80,6 +80,7 @@ DIRS = \ rdf \ docshell \ webshell \ + embedding \ profile \ editor \ !if defined(GC_LEAK_DETECTOR) @@ -89,8 +90,6 @@ DIRS = \ !if defined(CLIENT_DIRS) # the following are associated with the browser xpfe \ -# embedding must follow xpfe, needs xpfelocation_s.a. - embedding \ xpinstall \ extensions \ themes \