summaryrefslogtreecommitdiffstats
path: root/gst/mxf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mxf/Makefile.am')
-rw-r--r--gst/mxf/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/mxf/Makefile.am b/gst/mxf/Makefile.am
index 40846ad1..4b164c07 100644
--- a/gst/mxf/Makefile.am
+++ b/gst/mxf/Makefile.am
@@ -8,7 +8,8 @@ libgstmxf_la_SOURCES = \
mxfmpeg.c \
mxfdv-dif.c \
mxfalaw.c \
- mxfjpeg2000.c
+ mxfjpeg2000.c \
+ mxfd10.c
libgstmxf_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
libgstmxf_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
@@ -22,5 +23,6 @@ noinst_HEADERS = \
mxfdv-dif.h \
mxfalaw.h \
mxfjpeg2000.h \
+ mxfd10.h \
mxftypes.h