ext/dvdread/stream_labels.c: new file
[platform/upstream/gstreamer.git] / ext / dvdread / Makefile.am
1
2 plugin_LTLIBRARIES = libgstdvdreadsrc.la
3
4 ## FIXME: the extra option, what do we do with it ?
5 ## AM_CFLAGS = -D_LARGEFILE64_SOURCE $(LIBDVDREADCFLAGS)
6
7 libgstdvdreadsrc_la_SOURCES = dvdreadsrc.c stream_labels.c
8 libgstdvdreadsrc_la_CFLAGS = $(GST_CFLAGS)
9 libgstdvdreadsrc_la_LIBADD = $(DVDREAD_LIBS)
10 libgstdvdreadsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11
12 noinst_HEADERS = dvdreadsrc.h stream_labels.h
13
14 EXTRA_DIST = \
15         README \
16         demo-play