summaryrefslogtreecommitdiffstats
path: root/tests/examples/mxf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/mxf/Makefile.am')
-rw-r--r--tests/examples/mxf/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/examples/mxf/Makefile.am b/tests/examples/mxf/Makefile.am
new file mode 100644
index 00000000..f3099ee2
--- /dev/null
+++ b/tests/examples/mxf/Makefile.am
@@ -0,0 +1,8 @@
+noinst_PROGRAMS = mxfdemux-structure
+
+mxfdemux_structure_SOURCES = mxfdemux-structure.c
+mxfdemux_structure_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
+mxfdemux_structure_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
+
+noinst_HEADERS =
+