]> granicus.if.org Git - gc/commitdiff
* Makefile.am (INCLUDES): Add $(top_builddir)/.. to pick up mono's
authorRaja R Harinath <harinath@hurrynot.org>
Thu, 7 Jul 2005 14:21:42 +0000 (14:21 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:26:12 +0000 (15:26 +0400)
config.h.

svn path=/trunk/mono/; revision=47037

ChangeLog
Makefile.am

index 057e0a336944ffccaeff8114bfa35106dced6d78..2f93568d717453c08c48586fc5959dbdc6312fba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
+2005-07-07  Raja R Harinath  <rharinath@novell.com>
 
+       * Makefile.am (INCLUDES): Add $(top_builddir)/.. to pick up mono's
+       config.h.
 
 Thu Jul 7 12:15:22 CEST 2005 Paolo Molaro <lupus@ximian.com>
 
index a00e1745985d315cd5f6d0fc3bf3ea98a23091ed..4850ba7908cc2e02466914460dfd183897d6ddf0 100644 (file)
@@ -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