mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gst/qtdemux/Makefile.am: Dist all new files.
Original commit message from CVS: * gst/qtdemux/Makefile.am: Dist all new files.
This commit is contained in:
parent
9b5911bd27
commit
9003c60563
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue