Author: olivier
Date: 2007-01-14 21:44:43 +0000 (Sun, 14 Jan 2007)
New Revision: 24456

Modified:
   libxfce4mcs/tags/xfce_4_2_4/libxfce4mcs/mcs-client-enum-types.c
   libxfce4mcs/tags/xfce_4_2_4/libxfce4mcs/mcs-client-enum-types.h
Log:
Update to latest GNU autotools to fix build

Modified: libxfce4mcs/tags/xfce_4_2_4/libxfce4mcs/mcs-client-enum-types.c
===================================================================
--- libxfce4mcs/tags/xfce_4_2_4/libxfce4mcs/mcs-client-enum-types.c     
2007-01-14 21:44:39 UTC (rev 24455)
+++ libxfce4mcs/tags/xfce_4_2_4/libxfce4mcs/mcs-client-enum-types.c     
2007-01-14 21:44:43 UTC (rev 24456)
@@ -8,7 +8,6 @@
 #include <libxfce4mcs/mcs-common.h>
 #include <libxfce4mcs/mcs-client.h>
 
-
 /* enumerations from "mcs-client.h" */
 GType
 mcs_action_get_type (void)
@@ -26,7 +25,6 @@
   return etype;
 }
 
-
 /* enumerations from "mcs-common.h" */
 GType
 mcs_type_get_type (void)
@@ -43,7 +41,6 @@
   }
   return etype;
 }
-
 GType
 mcs_result_get_type (void)
 {
@@ -63,7 +60,6 @@
   }
   return etype;
 }
-
 GType
 mcs_manager_check_get_type (void)
 {
@@ -81,6 +77,5 @@
   return etype;
 }
 
-
 /* Generated data ends here */
 

Modified: libxfce4mcs/tags/xfce_4_2_4/libxfce4mcs/mcs-client-enum-types.h
===================================================================
--- libxfce4mcs/tags/xfce_4_2_4/libxfce4mcs/mcs-client-enum-types.h     
2007-01-14 21:44:39 UTC (rev 24455)
+++ libxfce4mcs/tags/xfce_4_2_4/libxfce4mcs/mcs-client-enum-types.h     
2007-01-14 21:44:43 UTC (rev 24456)
@@ -3,23 +3,16 @@
 
 #ifndef __MCS_ENUM_TYPES_H__
 #define __MCS_ENUM_TYPES_H__
-
 /* enumerations from "mcs-client.h" */
-
 GType mcs_action_get_type (void);
 #define MCS_TYPE_ACTION (mcs_action_get_type())
-
 /* enumerations from "mcs-common.h" */
-
 GType mcs_type_get_type (void);
 #define MCS_TYPE_TYPE (mcs_type_get_type())
-
 GType mcs_result_get_type (void);
 #define MCS_TYPE_RESULT (mcs_result_get_type())
-
 GType mcs_manager_check_get_type (void);
 #define MCS_TYPE_MANAGER_CHECK (mcs_manager_check_get_type())
-
 #endif /* __MCS_ENUM_TYPES_H__ */
 
 /* Generated data ends here */

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to