Author: raja
Date: 2005-03-22 06:26:13 -0500 (Tue, 22 Mar 2005)
New Revision: 42100

Modified:
   trunk/libgdiplus/cairo/ChangeLog
   trunk/libgdiplus/cairo/test/Makefile.am
Log:
* test/Makefile.am (INCLUDES): Work with srcdir != builddir.


Modified: trunk/libgdiplus/cairo/ChangeLog
===================================================================
--- trunk/libgdiplus/cairo/ChangeLog    2005-03-22 11:23:46 UTC (rev 42099)
+++ trunk/libgdiplus/cairo/ChangeLog    2005-03-22 11:26:13 UTC (rev 42100)
@@ -1,3 +1,7 @@
+2005-03-22  Raja R Harinath  <[EMAIL PROTECTED]>
+
+       * test/Makefile.am (INCLUDES): Work with srcdir != builddir.
+
 2005-01-26  Peter Bartok  <[EMAIL PROTECTED]>
 
        * configure.in: Set default for pdb backend to disabled, to

Modified: trunk/libgdiplus/cairo/test/Makefile.am
===================================================================
--- trunk/libgdiplus/cairo/test/Makefile.am     2005-03-22 11:23:46 UTC (rev 
42099)
+++ trunk/libgdiplus/cairo/test/Makefile.am     2005-03-22 11:26:13 UTC (rev 
42100)
@@ -37,7 +37,7 @@
 # not be the most portable approach, but it is pragmatic and I'm
 # willing to do something cleaner as soon as it causes someone a
 # problem.
-INCLUDES = -D_GNU_SOURCE -I$(srcdir) $(CAIRO_CFLAGS) -I$(srcdir)/../src
+INCLUDES = -D_GNU_SOURCE -I$(srcdir) $(CAIRO_CFLAGS) -I../src 
-I$(srcdir)/../src
 
 AM_LDFLAGS = $(CAIRO_LIBS) ../src/libcairo.la
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to