Bug 289509. Build Thebes code when Cairo GFX is being used. r=pavlov,sr=blizzard,a=chofmann

This commit is contained in:
roc+%cs.cmu.edu 2005-04-26 03:26:47 +00:00
Родитель 7fefa798b7
Коммит 790930fd4a
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -50,9 +50,12 @@ endif
DIRS += public idl src
ifdef MOZ_ENABLE_CAIRO_GFX
DIRS += thebes
endif
ifdef ENABLE_TESTS
TOOL_DIRS += tests
endif
include $(topsrcdir)/config/rules.mk