[xbuild] Don't report Imports ignored because of false conditions.
[mono.git] / eglib / Makefile.am
1 if HOST_WIN32
2 SUBDIRS = src
3 else
4 if PLATFORM_DARWIN
5 SUBDIRS = src
6 else
7 if CROSS_COMPILING
8 SUBDIRS = src
9 else
10 SUBDIRS = src test
11 endif
12 endif
13 endif
14
15 EXTRA_DIST = autogen.sh README NEWS AUTHORS ChangeLog winconfig.h
16