Stop trying (and failing) to build layout-debug as a standalone XULRunner app in XR builds: it has to be linked into libxul.

This commit is contained in:
Benjamin Smedberg 2010-06-25 15:13:29 -04:00
Родитель 7e55bbabc3
Коммит 2b520c0d73
1 изменённых файлов: 0 добавлений и 10 удалений

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

@ -46,14 +46,4 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout_debug MODULE = layout_debug
DIRS = src ui DIRS = src ui
# If we have a XULRunner-enabled tree, then build as a standalone XUL app.
ifdef MOZ_XULRUNNER
export XPI_NAME = layoutdebug
PREF_JS_EXPORTS = $(srcdir)/layoutdebug-prefs.js
DIST_FILES = application.ini
DIST_CHROME_FILES = chrome.manifest
endif # MOZ_XULRUNNER
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk