Rest of the fix for 316155: don't confuse MinGW when running glib-mkenums

Original commit message from CVS:
Rest of the fix for 316155: don't confuse MinGW when running glib-mkenums
This commit is contained in:
Michael Smith 2005-09-14 15:16:33 +00:00
parent a879910dd6
commit 93ca1da67c
2 changed files with 2 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 30a1fc4dc24133cc411e0232af87790ae2f845b2
Subproject commit 112f70ef5172090966f53934a471eb2e54c2d667

View file

@ -226,7 +226,7 @@ gstmarshal.c: gstmarshal.list gst_private.h
gstenumtypes.h: $(gst_headers)
glib-mkenums \
--fhead "#ifndef __GST_ENUM_TYPES_H__\n#define __GST_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
--fprod "/* enumerations from \"@filename@\" */\n" \
--fprod "\n/* enumerations from \"@filename@\" */\n" \
--vhead "GType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
--ftail "G_END_DECLS\n\n#endif /* __GST_ENUM_TYPES_H__ */" \
$^ > gstenumtypes.h