X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=eglib%2FMakefile.am;h=b7e5cd63894c695447748d7f651671cebf7c5d5b;hb=70dfbbf95acb2e9a2d21df71053751389e431209;hp=136de5052c7fdcf09c325ec8370bb1eff64ae9ab;hpb=5b558abeeb255a3179d4ca6a85617e051c6abd38;p=mono.git diff --git a/eglib/Makefile.am b/eglib/Makefile.am index 136de5052c7..b7e5cd63894 100644 --- a/eglib/Makefile.am +++ b/eglib/Makefile.am @@ -1,16 +1,17 @@ +ACLOCAL_AMFLAGS = -I m4 + if HOST_WIN32 -SUBDIRS = src +SUBDIRS = m4 src else if PLATFORM_DARWIN -SUBDIRS = src +SUBDIRS = m4 src else if CROSS_COMPILING -SUBDIRS = src +SUBDIRS = m4 src else -SUBDIRS = src test +SUBDIRS = m4 src test endif endif endif EXTRA_DIST = autogen.sh README NEWS AUTHORS ChangeLog winconfig.h -