diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/qtdemux/Makefile.am | 7 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-01-12 Tim-Philipp Müller <tim at centricular dot net> + + * gst/qtdemux/Makefile.am: + Dist all new files. + 2007-01-12 Wim Taymans <wim@fluendo.com> * docs/plugins/Makefile.am: diff --git a/gst/qtdemux/Makefile.am b/gst/qtdemux/Makefile.am index 5e623de7..5d1792ec 100644 --- a/gst/qtdemux/Makefile.am +++ b/gst/qtdemux/Makefile.am @@ -6,4 +6,9 @@ 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 +noinst_HEADERS = \ + qtdemux.h \ + qtdemux_types.h \ + qtdemux_dump.h \ + qtdemux_fourcc.h \ + qtpalette.h |