mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
d4c0461a23
Original commit message from CVS: * gst/multipart/Makefile.am: Fix things that should have been fixed in the last checkin.
6 lines
236 B
Makefile
6 lines
236 B
Makefile
plugin_LTLIBRARIES = libgstmultipart.la
|
|
|
|
libgstmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
|
|
libgstmultipart_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmultipart_la_LIBADD =
|
|
libgstmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|