mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Enter into WinCE directory if XP_UNIX isn't defined
This commit is contained in:
parent
2e3b5a6ae5
commit
7231b7895e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user