Enter into WinCE directory if XP_UNIX isn't defined

This commit is contained in:
dougt%meer.net 2005-03-07 21:01:05 +00:00
parent 2e3b5a6ae5
commit 7231b7895e

View File

@ -42,7 +42,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = popuplite ../browser/gtk/src app
DIRS = popuplite
ifdef XP_UNIX
DIRS += ../browser/gtk/src app
else
DIRS += wince
endif
include $(topsrcdir)/config/rules.mk