this triggers a regen of the autogenned source files
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 28 Jul 2002 13:09:35 +0000 (13:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 28 Jul 2002 13:09:35 +0000 (13:09 +0000)
Original commit message from CVS:
this triggers a regen of the autogenned source files

gst/Makefile.am

index 0cb9666..bb75b11 100644 (file)
@@ -101,7 +101,7 @@ gstmarshal.c: gstmarshal.list
        glib-genmarshal --body --prefix=gst_marshal $(srcdir)/gstmarshal.list >> gstmarshal.c.tmp
        mv gstmarshal.c.tmp gstmarshal.c
 
-gstenumtypes.h:
+gstenumtypes.h: $(libgstreamerinclude_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" \
@@ -109,7 +109,7 @@ gstenumtypes.h:
        --ftail "G_END_DECLS\n\n#endif /* __GST_ENUM_TYPES_H__ */" \
        $(libgstreamerinclude_HEADERS) > gstenumtypes.h
 
-gstenumtypes.c:
+gstenumtypes.c: $(libgstreamerinclude_HEADERS)
        glib-mkenums \
        --fhead "#include <gst/gst.h>" \
        --fprod "\n/* enumerations from \"@filename@\" */" \