зеркало из https://github.com/mozilla/pjs.git
Wrap tests directory in ENABLE_TESTS. patch submitted by jim_nance@yahoo.com, r=mcafee
This commit is contained in:
Родитель
2a948fa6c1
Коммит
779e01c94a
|
@ -26,11 +26,15 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public src tests
|
||||
DIRS = public src
|
||||
|
||||
ifdef MOZ_ENABLE_GTK_MOZILLA
|
||||
DIRS += embed
|
||||
endif
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче