diff --git a/xpinstall/wizard/windows/Makefile.in b/xpinstall/wizard/windows/Makefile.in index 8812b80d1ea..20aacaf1fb2 100644 --- a/xpinstall/wizard/windows/Makefile.in +++ b/xpinstall/wizard/windows/Makefile.in @@ -32,10 +32,14 @@ ifeq ($(OS),Windows_NT) DIRS += nsztool endif -DIRS += \ +ifndef MOZ_XUL_APP +DIRS += \ uninstall \ setuprsc \ - setup \ + setup +endif + +DIRS += \ ren8dot3 \ ds32 \ GetShortPathName \