[maemo-commits] [maemo-commits] r18677 - projects/haf/trunk/gtk+/modules/other/gail

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jun 9 15:26:07 EEST 2009
Author: apinheiro
Date: 2009-06-09 15:26:03 +0300 (Tue, 09 Jun 2009)
New Revision: 18677

Modified:
   projects/haf/trunk/gtk+/modules/other/gail/ChangeLog
   projects/haf/trunk/gtk+/modules/other/gail/Makefile.am
Log:
2009-06-09 Alejandro Pinheiro <apinheiro at igalia.com>

	* modules/other/gail/Makefile.am: make public gailrenderercell.h,
	gailcell.h and gailcellparent.h if MAEMO-CHANGES is available

	Related to upstream bug 490174



Modified: projects/haf/trunk/gtk+/modules/other/gail/ChangeLog
===================================================================
--- projects/haf/trunk/gtk+/modules/other/gail/ChangeLog	2009-06-09 12:25:56 UTC (rev 18676)
+++ projects/haf/trunk/gtk+/modules/other/gail/ChangeLog	2009-06-09 12:26:03 UTC (rev 18677)
@@ -1,3 +1,10 @@
+2009-06-09 Alejandro Pinheiro <apinheiro at igalia.com>
+
+	* modules/other/gail/Makefile.am: make public gailrenderercell.h,
+	gailcell.h and gailcellparent.h if MAEMO-CHANGES is available
+
+	Related to upstream bug 490174
+
 2008-09-20  Matthias Clasen <mclasen at redhat.com>
 
 	Merged from trunk:

Modified: projects/haf/trunk/gtk+/modules/other/gail/Makefile.am
===================================================================
--- projects/haf/trunk/gtk+/modules/other/gail/Makefile.am	2009-06-09 12:25:56 UTC (rev 18676)
+++ projects/haf/trunk/gtk+/modules/other/gail/Makefile.am	2009-06-09 12:26:03 UTC (rev 18677)
@@ -126,8 +126,16 @@
 	gailutil.h			\
 	gailwindow.h
 
+if MAEMO_CHANGES
 gail_public_h_sources =	\
+	gailwidget.h			\
+	gailcell.h			\
+	gailcellparent.h		\
+	gailrenderercell.h
+else
+gail_public_h_sources =	\
 	gailwidget.h
+endif
 
 libgail_la_SOURCES = 			\
 	$(gail_c_sources)		\


More information about the maemo-commits mailing list