mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
gst/Makefile.am: No more cothreads.h
Original commit message from CVS: * gst/Makefile.am: No more cothreads.h
This commit is contained in:
parent
d454303dfe
commit
5ebba480f0
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-07-18 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst/Makefile.am:
|
||||||
|
No more cothreads.h
|
||||||
|
|
||||||
2005-07-18 Wim Taymans <wim@fluendo.com>
|
2005-07-18 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/cothreads.c:
|
* gst/cothreads.c:
|
||||||
|
|
|
@ -207,8 +207,7 @@ noinst_HEADERS = \
|
||||||
gst-i18n-lib.h \
|
gst-i18n-lib.h \
|
||||||
gst-i18n-app.h \
|
gst-i18n-app.h \
|
||||||
gst_private.h \
|
gst_private.h \
|
||||||
gstarch.h \
|
gstarch.h
|
||||||
cothreads.h
|
|
||||||
|
|
||||||
gstmarshal.h: gstmarshal.list
|
gstmarshal.h: gstmarshal.list
|
||||||
glib-genmarshal --header --prefix=gst_marshal $(srcdir)/gstmarshal.list > gstmarshal.h.tmp
|
glib-genmarshal --header --prefix=gst_marshal $(srcdir)/gstmarshal.list > gstmarshal.h.tmp
|
||||||
|
|
Loading…
Reference in a new issue