Bug 637987: Don't compile IPDL unit-test protocols when not asked to. r=bsmedberg a=a

This commit is contained in:
Chris Jones 2011-03-02 12:29:31 -06:00
Родитель bed5d39b63
Коммит cd1a38d565
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,6 @@ IPDLDIRS = \
dom/ipc \
dom/src/storage \
gfx/layers/ipc \
ipc/ipdl/test/cxx \
ipc/testshell \
js/ipc \
js/jetpack \
@ -71,6 +70,10 @@ IPDLDIRS = \
netwerk/cookie \
uriloader/prefetch \
$(NULL)
ifdef MOZ_IPDL_TESTS #{
IPDLDIRS += ipc/ipdl/test/cxx
endif #}
##-----------------------------------------------------------------------------
ifdef MOZ_IPDL_TESTS