gtk+ r22248 - in trunk: . gdk



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

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

	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:
   trunk/ChangeLog
   trunk/gdk/Makefile.am

Modified: trunk/gdk/Makefile.am
==============================================================================
--- trunk/gdk/Makefile.am	(original)
+++ trunk/gdk/Makefile.am	Thu Jan 29 07:35:33 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]