summaryrefslogtreecommitdiff
path: root/tests/examples/compositor/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/compositor/Makefile.am')
-rw-r--r--tests/examples/compositor/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/examples/compositor/Makefile.am b/tests/examples/compositor/Makefile.am
new file mode 100644
index 000000000..2099130fc
--- /dev/null
+++ b/tests/examples/compositor/Makefile.am
@@ -0,0 +1,5 @@
+noinst_PROGRAMS = crossfade
+
+crossfade_SOURCES = crossfade.c
+crossfade_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS)
+crossfade_LDADD = $(GST_PLUGINS_BASE_LIBS) $(GST_CONTROLLER_LIBS) $(GST_LIBS)