gstreamer/gst/multipart/Makefile.am
David Schleef d4c0461a23 gst/multipart/Makefile.am: Fix things that should have been fixed in the last checkin.
Original commit message from CVS:
* gst/multipart/Makefile.am: Fix things that should have been
fixed in the last checkin.
2004-07-30 19:40:53 +00:00

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)