gtk+ r19591 - in trunk: . gtk modules/other/gail modules/other/gail/libgail-util modules/other/gail/tests



Author: matthiasc
Date: Sat Feb 16 02:39:20 2008
New Revision: 19591
URL: http://svn.gnome.org/viewvc/gtk+?rev=19591&view=rev

Log:
2008-02-15  Matthias Clasen  <mclasen redhat com>

        * gtk/Makefile.am:
        * modules/other/gail/tests/Makefile.am:
        * modules/other/gail/libgail-util/Makefile.am:
        * modules/other/gail/Makefile.am: Fix builddir!=srcdir
        builds.  (#516254,  Yevgen Muntyan)




Modified:
   trunk/ChangeLog
   trunk/gtk/Makefile.am
   trunk/modules/other/gail/Makefile.am
   trunk/modules/other/gail/libgail-util/Makefile.am
   trunk/modules/other/gail/tests/Makefile.am

Modified: trunk/gtk/Makefile.am
==============================================================================
--- trunk/gtk/Makefile.am	(original)
+++ trunk/gtk/Makefile.am	Sat Feb 16 02:39:20 2008
@@ -29,6 +29,7 @@
 	-DGTK_COMPILATION				\
 	-DGTK_PRINT_BACKENDS=\"$(GTK_PRINT_BACKENDS)\"	\
 	-DGTK_PRINT_PREVIEW_COMMAND=\"$(GTK_PRINT_PREVIEW_COMMAND)\"	\
+	-I$(top_builddir)				\
 	-I$(top_builddir)/gtk				\
 	-I$(top_srcdir) -I../gdk			\
 	-I$(top_srcdir)/gdk				\

Modified: trunk/modules/other/gail/Makefile.am
==============================================================================
--- trunk/modules/other/gail/Makefile.am	(original)
+++ trunk/modules/other/gail/Makefile.am	Sat Feb 16 02:39:20 2008
@@ -138,6 +138,7 @@
 	$(gail_public_h_sources)
 
 libgail_la_CPPFLAGS = \
+	-I$(top_srcdir)		\
 	-I$(top_srcdir)/modules/other	\
 	-I$(top_srcdir)/gdk	\
 	-I$(top_builddir)/gdk	\

Modified: trunk/modules/other/gail/libgail-util/Makefile.am
==============================================================================
--- trunk/modules/other/gail/libgail-util/Makefile.am	(original)
+++ trunk/modules/other/gail/libgail-util/Makefile.am	Sat Feb 16 02:39:20 2008
@@ -47,6 +47,7 @@
 	$(util_public_h_sources)
 
 libgailutil_la_CPPFLAGS = \
+	-I$(top_srcdir)		\
 	-I$(top_srcdir)/gdk	\
 	-I$(top_builddir)/gdk	\
 	-I$(top_srcdir)/gtk	\

Modified: trunk/modules/other/gail/tests/Makefile.am
==============================================================================
--- trunk/modules/other/gail/tests/Makefile.am	(original)
+++ trunk/modules/other/gail/tests/Makefile.am	Sat Feb 16 02:39:20 2008
@@ -33,6 +33,7 @@
 	libtestvalues.la
 
 AM_CPPFLAGS = \
+	-I$(top_srcdir)		\
 	-I$(top_srcdir)/gdk	\
 	-I$(top_builddir)/gdk	\
 	-I$(top_srcdir)/gtk	\



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