gstreamer/gst/qtdemux/Makefile.am
Tim-Philipp Müller 120d45fd43 gst/qtdemux/Makefile.am: Dist all new files.
Original commit message from CVS:
* gst/qtdemux/Makefile.am:
Dist all new files.
2007-01-12 12:10:19 +00:00

14 lines
367 B
Makefile

plugin_LTLIBRARIES = libgstqtdemux.la
libgstqtdemux_la_CFLAGS = ${GST_CFLAGS}
libgstqtdemux_la_LIBADD = $(GST_BASE_LIBS) $(ZLIB_LIBS)
libgstqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
libgstqtdemux_la_SOURCES = qtdemux.c qtdemux_types.c qtdemux_dump.c
noinst_HEADERS = \
qtdemux.h \
qtdemux_types.h \
qtdemux_dump.h \
qtdemux_fourcc.h \
qtpalette.h