Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-07-07 18:21:42 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-07-07 18:21:42 +0400
commit02e3f8e7bda278e9ac2cb17b9e7514515b58f653 (patch)
tree9cbd3f6657bcd4550508397d33fe46640e94e021 /libgc/Makefile.am
parente760394dc09a5db35e483e767b6ed0a3ee8b7507 (diff)
* Makefile.am (INCLUDES): Add $(top_builddir)/.. to pick up mono's
config.h. svn path=/trunk/mono/; revision=47037
Diffstat (limited to 'libgc/Makefile.am')
-rw-r--r--libgc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/Makefile.am b/libgc/Makefile.am
index 0e88e0a4a09..4ce5dc7b693 100644
--- a/libgc/Makefile.am
+++ b/libgc/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