[glib] Fix build with srcdir != builddir, bug #594597



commit 80f66b114193d3c1b5a5c5d4f34b01cba53208ca
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Sep 19 10:21:36 2009 +0200

    Fix build with srcdir != builddir, bug #594597

 gio/win32/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gio/win32/Makefile.am b/gio/win32/Makefile.am
index 19c4a56..bb609e3 100644
--- a/gio/win32/Makefile.am
+++ b/gio/win32/Makefile.am
@@ -20,6 +20,7 @@ libgiowin32_la_SOURCES =			\
 
 libgiowin32_la_CFLAGS = \
 	-DG_LOG_DOMAIN=\"GLib-GIO\"	\
+	-I$(top_builddir)/gio		\
 	-I$(top_srcdir) 		\
 	-I$(top_srcdir)/glib 		\
 	-I$(top_srcdir)/gmodule		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]