diff --git a/Makefile.in b/Makefile.in index 6e60eb361e60..2f9382425763 100644 --- a/Makefile.in +++ b/Makefile.in @@ -50,7 +50,9 @@ endif ifdef NECKO DIRS += netwerk else -DIRS += network +DIRS += network \ + lib/libpwcac \ + $(NULL) endif DIRS += \ @@ -65,7 +67,6 @@ DIRS += \ modules/libjar \ caps \ lib/xp \ - lib/libpwcac \ htmlparser \ expat \ gfx \ diff --git a/makefile.win b/makefile.win index afff71bba717..313b64d14edc 100644 --- a/makefile.win +++ b/makefile.win @@ -59,8 +59,8 @@ DIRS = \ intl \ caps \ lib\xp \ - lib\libpwcac \ !if !defined(NECKO) + lib\libpwcac \ network \ !endif profile \