From 43bb75efe2ce47923d19171241b100168c99463d Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Thu, 7 Jul 2005 14:21:42 +0000 Subject: [PATCH] * Makefile.am (INCLUDES): Add $(top_builddir)/.. to pick up mono's config.h. svn path=/trunk/mono/; revision=47037 --- ChangeLog | 3 +++ Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.40.0