gtk+ r22249 - in branches/gtk-2-14: . gdk



Author: csaavedra
Date: Thu Jan 29 07:41:04 2009
New Revision: 22249
URL: http://svn.gnome.org/viewvc/gtk+?rev=22249&view=rev

Log:
2009-01-29  Claudio Saavedra  <csaavedra igalia com>

	Merged from trunk:

	Bug 569435 â make maintainer-clean removes non-generated sources

	* gdk/Makefile.am: Do not remove gdkprivate.h and gdkwindowimpl.h
	during make maintainer-clean, as these files are not generated.



Modified:
   branches/gtk-2-14/ChangeLog
   branches/gtk-2-14/gdk/Makefile.am

Modified: branches/gtk-2-14/gdk/Makefile.am
==============================================================================
--- branches/gtk-2-14/gdk/Makefile.am	(original)
+++ branches/gtk-2-14/gdk/Makefile.am	Thu Jan 29 07:41:04 2009
@@ -13,6 +13,7 @@
 	gdk.def 		\
 	gdkmarshalers.list	\
 	gdkmedialib.h		\
+	gdkwindowimpl.h		\
 	makeenums.pl		\
 	makefile.msc		\
 	gdk.symbols		\
@@ -97,8 +98,6 @@
 	gdkenumtypes.h
 
 gdk_built_private_headers =			\
-	gdkprivate.h				\
-	gdkwindowimpl.h				\
 	gdkalias.h
 
 gdk_c_sources =                 \



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