Author: olivier Date: 2007-01-14 21:44:48 +0000 (Sun, 14 Jan 2007) New Revision: 24457
Modified: libxfce4util/tags/xfce_4_2_4/libxfce4util/util-enum-types.c libxfce4util/tags/xfce_4_2_4/libxfce4util/util-enum-types.h Log: Update to latest GNU autotools to fix build Modified: libxfce4util/tags/xfce_4_2_4/libxfce4util/util-enum-types.c =================================================================== --- libxfce4util/tags/xfce_4_2_4/libxfce4util/util-enum-types.c 2007-01-14 21:44:43 UTC (rev 24456) +++ libxfce4util/tags/xfce_4_2_4/libxfce4util/util-enum-types.c 2007-01-14 21:44:48 UTC (rev 24457) @@ -4,7 +4,6 @@ #include <libxfce4util/libxfce4util.h> #include <libxfce4util/util-enum-types.h> - /* enumerations from "xfce-resource.h" */ GType xfce_resource_type_get_type (void) @@ -24,6 +23,5 @@ return etype; } - /* Generated data ends here */ Modified: libxfce4util/tags/xfce_4_2_4/libxfce4util/util-enum-types.h =================================================================== --- libxfce4util/tags/xfce_4_2_4/libxfce4util/util-enum-types.h 2007-01-14 21:44:43 UTC (rev 24456) +++ libxfce4util/tags/xfce_4_2_4/libxfce4util/util-enum-types.h 2007-01-14 21:44:48 UTC (rev 24457) @@ -3,12 +3,9 @@ #ifndef __XFCE_UTIL_ENUM_TYPES_H__ #define __XFCE_UTIL_ENUM_TYPES_H__ - /* enumerations from "xfce-resource.h" */ - GType xfce_resource_type_get_type (void); #define XFCE_TYPE_RESOURCE_TYPE (xfce_resource_type_get_type()) - #endif /* __XFCE_UTIL_ENUM_TYPES_H__ */ /* Generated data ends here */ _______________________________________________ Xfce4-commits mailing list [email protected] http://foo-projects.org/mailman/listinfo/xfce4-commits
