[OS/2] Bug 433220: fix Thunderbird build break on OS/2, r=mkaply

git-svn-id: svn://10.0.0.236/trunk@251528 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla%weilbacher.org 2008-05-11 20:49:57 +00:00
parent 39e015dfea
commit a93b9428e6

View File

@ -69,7 +69,10 @@ TOOL_DIRS += samples/default/windows
endif
ifeq ($(OS_ARCH),OS2)
TOOL_DIRS += samples/default/os2 os2wrapper
TOOL_DIRS += samples/default/os2
ifdef MOZ_OJI
TOOL_DIRS += os2wrapper
endif
ifdef ENABLE_TESTS
TOOL_DIRS += tools/tester/common tools/tester/os2
endif