Rest of the fix for 316155: don't confuse MinGW when running glib-mkenums
authorMichael Smith <msmith@xiph.org>
Wed, 14 Sep 2005 15:16:33 +0000 (15:16 +0000)
committerMichael Smith <msmith@xiph.org>
Wed, 14 Sep 2005 15:16:33 +0000 (15:16 +0000)
Original commit message from CVS:
Rest of the fix for 316155: don't confuse MinGW when running glib-mkenums

common
gst/Makefile.am

diff --git a/common b/common
index 30a1fc4..112f70e 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 30a1fc4dc24133cc411e0232af87790ae2f845b2
+Subproject commit 112f70ef5172090966f53934a471eb2e54c2d667
index b71b32b..91860fc 100644 (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