mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
examples/pwg/Makefile.am: Fix buildbot again.
Original commit message from CVS: * examples/pwg/Makefile.am: Fix buildbot again.
This commit is contained in:
parent
e62fd449c2
commit
8b0f6af06f
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* examples/pwg/Makefile.am:
|
||||
Fix buildbot again.
|
||||
|
||||
2005-07-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* docs/pwg/building-testapp.xml:
|
||||
|
|
|
@ -9,7 +9,7 @@ libstate_la_SOURCES = state.c
|
|||
libproperties_la_SOURCES = properties.c
|
||||
DISTCLEANFILES = \
|
||||
boilerplate.c pads.c chain.c chain2.c state.c properties.c \
|
||||
init.func caps.func chain.func state.func register.func
|
||||
init.func caps.func chain.func state.func register.func filter.h
|
||||
|
||||
EXTRA_DIST = extract.pl
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ libstate_la_SOURCES = state.c
|
|||
libproperties_la_SOURCES = properties.c
|
||||
DISTCLEANFILES = \
|
||||
boilerplate.c pads.c chain.c chain2.c state.c properties.c \
|
||||
init.func caps.func chain.func state.func register.func
|
||||
init.func caps.func chain.func state.func register.func filter.h
|
||||
|
||||
EXTRA_DIST = extract.pl
|
||||
|
||||
|
|
Loading…
Reference in a new issue