mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Removed lib/pwcac to build only with Non-Necko.
This commit is contained in:
parent
f4c0351c1a
commit
ac4ff7f7f4
@ -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 \
|
||||
|
@ -59,8 +59,8 @@ DIRS = \
|
||||
intl \
|
||||
caps \
|
||||
lib\xp \
|
||||
lib\libpwcac \
|
||||
!if !defined(NECKO)
|
||||
lib\libpwcac \
|
||||
network \
|
||||
!endif
|
||||
profile \
|
||||
|
Loading…
Reference in New Issue
Block a user