X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=eglib%2FMakefile.am;h=216623591b23ecd5a2f9bd1de579975f8ca57101;hb=b00b16d5ddb5ac64472e6e94e2edaef63850729a;hp=477f585f11758bcc5957604226a3ba6403bffaaf;hpb=f99ce750ee781a2584e849a0264300fa4d99aaaa;p=mono.git diff --git a/eglib/Makefile.am b/eglib/Makefile.am index 477f585f117..216623591b2 100644 --- a/eglib/Makefile.am +++ b/eglib/Makefile.am @@ -1,4 +1,16 @@ +if HOST_WIN32 +SUBDIRS = src +else +if PLATFORM_DARWIN +SUBDIRS = src +else +if CROSS_COMPILING +SUBDIRS = src +else SUBDIRS = src test +endif +endif +endif EXTRA_DIST = autogen.sh README NEWS AUTHORS ChangeLog