Don't build this version of the installer if MOZ_XUL_APP is defined.

This commit is contained in:
bryner%brianryner.com 2004-04-07 23:52:43 +00:00
Родитель 5effc2aca8
Коммит 7472931f6d
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -27,7 +27,9 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifndef MOZ_XUL_APP
DIRS = src
endif
include $(topsrcdir)/config/rules.mk