mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
third time...
Original commit message from CVS: third time...
This commit is contained in:
parent
d434acf0c2
commit
bc79e3988d
1 changed files with 3 additions and 3 deletions
|
@ -27,12 +27,12 @@ CLEANFILES = gst.c
|
|||
EXTRA_DIST = gst.defs gst-types.defs $(GST_OVERRIDES) arg-types.py
|
||||
|
||||
gst.c: $(srcdir)/gst.defs $(srcdir)/arg-types.py $(GST_OVERRIDES)
|
||||
&& rm -f $(srcdir)/gst.c \
|
||||
$(PYGTK_CODEGEN) \
|
||||
rm -f $(srcdir)/gst.c \
|
||||
&& $(PYGTK_CODEGEN) \
|
||||
--load-types $(srcdir)/arg-types.py \
|
||||
--register $(srcdir)/gst-types.defs \
|
||||
--override $(srcdir)/gst.override \
|
||||
--prefix pygst $(srcdir)/gst.defs > $(srcdir)/gen-gst.c \
|
||||
&& echo '/* GENERATED FILE - DO NOT EDIT */' >> $(srcdir)/gst.c \
|
||||
&& echo '/* GENERATED FILE - DO NOT EDIT */' >> $(srcdir)/gst.c \
|
||||
&& cat $(srcdir)/gen-gst.c >> $(srcdir)/gst.c \
|
||||
&& rm -f $(srcdir)/gen-gst.c
|
||||
|
|
Loading…
Reference in a new issue