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.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/gst/mxf/Makefile.am b/gst/mxf/Makefile.am
index 16e2e858..96e5720e 100644
--- a/gst/mxf/Makefile.am
+++ b/gst/mxf/Makefile.am
@@ -10,7 +10,8 @@ libgstmxf_la_SOURCES = \
mxfalaw.c \
mxfjpeg2000.c \
mxfd10.c \
- mxfup.c
+ mxfup.c \
+ mxfmetadata.c
libgstmxf_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstmxf_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
@@ -27,5 +28,6 @@ noinst_HEADERS = \
mxfjpeg2000.h \
mxfd10.h \
mxfup.h \
- mxftypes.h
+ mxftypes.h \
+ mxfmetadata.h