mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Switching to test for NECKO instead of -d netwerk, which everyone has now. Added cookies Makefiles for necko case.
This commit is contained in:
parent
00cb8b346d
commit
94094a1ebf
@ -477,6 +477,10 @@ if [ "$MOZ_MAIL_NEWS" ]; then
|
||||
add_makefiles < ${srcdir}/mailnews/makefiles
|
||||
fi
|
||||
|
||||
if [ -d ${srcdir}/netwerk ]; then
|
||||
add_makefiles < ${srcdir}/netwerk/makefiles
|
||||
if [ "$NECKO" ]; then
|
||||
add_makefiles < ${srcdir}/mailnews/makefiles
|
||||
add_makefiles <<END_NECKO_MAKEFILES
|
||||
extensions/cookie/Makefile
|
||||
extensions/cookie/tests/Makefile
|
||||
END_NECKO_MAKEFILES
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user