mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
gst/multifile/Makefile.am: Let's not depend on a file that doesn't exist.
Original commit message from CVS: * gst/multifile/Makefile.am: Let's not depend on a file that doesn't exist.
This commit is contained in:
parent
92f8054368
commit
4af761a436
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-11-10 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/multifile/Makefile.am:
|
||||
Let's not depend on a file that doesn't exist.
|
||||
|
||||
2006-11-10 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/multifilesink/Makefile.am:
|
||||
|
|
|
@ -6,5 +6,3 @@ libgstmultifile_la_CFLAGS = $(GST_CFLAGS)
|
|||
libgstmultifile_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstmultifile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstmultifilesink.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue