From: Raja R Harinath Date: Thu, 7 Jul 2005 14:21:42 +0000 (+0000) Subject: * Makefile.am (INCLUDES): Add $(top_builddir)/.. to pick up mono's X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43bb75efe2ce47923d19171241b100168c99463d;p=gc * Makefile.am (INCLUDES): Add $(top_builddir)/.. to pick up mono's config.h. svn path=/trunk/mono/; revision=47037 --- diff --git a/ChangeLog b/ChangeLog index 057e0a33..2f93568d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ +2005-07-07 Raja R Harinath + * Makefile.am (INCLUDES): Add $(top_builddir)/.. to pick up mono's + config.h. Thu Jul 7 12:15:22 CEST 2005 Paolo Molaro diff --git a/Makefile.am b/Makefile.am index a00e1745..4850ba79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = include doc -INCLUDES=-I$(top_srcdir)/.. +INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir)/.. # # libtool is not capable of creating shared/static versions of a convenience