diff options
Diffstat (limited to 'gst/qtdemux/Makefile.am')
-rw-r--r-- | gst/qtdemux/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/qtdemux/Makefile.am b/gst/qtdemux/Makefile.am index 1f480365..5e623de7 100644 --- a/gst/qtdemux/Makefile.am +++ b/gst/qtdemux/Makefile.am @@ -4,6 +4,6 @@ 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 +libgstqtdemux_la_SOURCES = qtdemux.c qtdemux_types.c qtdemux_dump.c -noinst_HEADERS = qtdemux.h +noinst_HEADERS = qtdemux.h qtdemux_types.h qtdemux_dump.h |