gstreamer/gst/matroska/Makefile.am
Ronald S. Bultje 29e9ebcfda Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
Original commit message from CVS:
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
2003-11-21 21:34:27 +00:00

16 lines
321 B
Makefile

plugin_LTLIBRARIES = libgstmatroska.la
libgstmatroska_la_SOURCES = \
ebml-read.c \
matroska.c \
matroska-demux.c
noinst_HEADERS = \
ebml-ids.h \
ebml-read.h \
matroska-demux.h \
matroska-ids.h
libgstmatroska_la_CFLAGS = $(GST_CFLAGS)
libgstmatroska_la_LIBADD =
libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)