[Xfce4-commits] r26476 - in libxfcegui4/trunk: . libxfcegui4

Nick Schermer nick at xfce.org
Fri Dec 14 10:09:53 CET 2007


Author: nick
Date: 2007-12-14 09:09:53 +0000 (Fri, 14 Dec 2007)
New Revision: 26476

Modified:
   libxfcegui4/trunk/ChangeLog
   libxfcegui4/trunk/libxfcegui4/Makefile.am
Log:
	
	* libxfcegui4/Makefile.am: Whoops, for got to add
	  xfce_marshal.list to the EXTRA_DIST files and
	  clean xgen-xmh, xgen-xmc.

Modified: libxfcegui4/trunk/ChangeLog
===================================================================
--- libxfcegui4/trunk/ChangeLog	2007-12-14 08:56:23 UTC (rev 26475)
+++ libxfcegui4/trunk/ChangeLog	2007-12-14 09:09:53 UTC (rev 26476)
@@ -1,5 +1,11 @@
 2007-12-14  Nick Schermer <nick at xfce.org>
+	
+	* libxfcegui4/Makefile.am: Whoops, for got to add
+	  xfce_marshal.list to the EXTRA_DIST files and
+	  clean xgen-xmh, xgen-xmc.
 
+2007-12-14  Nick Schermer <nick at xfce.org>
+
 	* libxfcegui4/*: Properly deprecate deprecated interfaces.
 	* libxfcegui4/*: Replace some c++ bracket headers with the 
 	  G_{BEGIN,END}_DECLS macros.

Modified: libxfcegui4/trunk/libxfcegui4/Makefile.am
===================================================================
--- libxfcegui4/trunk/libxfcegui4/Makefile.am	2007-12-14 08:56:23 UTC (rev 26475)
+++ libxfcegui4/trunk/libxfcegui4/Makefile.am	2007-12-14 09:09:53 UTC (rev 26476)
@@ -207,7 +207,9 @@
 	xgen-netc							\
 	xgen-neth							\
 	xgen-nmc							\
-	xgen-nmh
+	xgen-nmh							\
+	xgen-xmh							\
+	xgen-xmc
 
 DISTCLEANFILES =							\
 	stamp-netk-enum-types.h						\
@@ -322,7 +324,8 @@
 	default_icon.png						\
 	libxfcegui4-config.h.in						\
 	netk-inlinepixbufs.h						\
-	netk-marshal.list
+	netk-marshal.list						\
+	xfce_marshal.list
 
 noinst_DATA =								\
 	default_icon.png						\



More information about the Xfce4-commits mailing list