summaryrefslogtreecommitdiffstats
path: root/tests/examples/shapewipe/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/shapewipe/Makefile.am')
-rw-r--r--tests/examples/shapewipe/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/examples/shapewipe/Makefile.am b/tests/examples/shapewipe/Makefile.am
new file mode 100644
index 00000000..0a5eecf1
--- /dev/null
+++ b/tests/examples/shapewipe/Makefile.am
@@ -0,0 +1,8 @@
+noinst_PROGRAMS = shapewipe-example
+
+shapewipe_example_SOURCES = shapewipe-example.c
+shapewipe_example_CFLAGS = $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
+shapewipe_example_LDFLAGS = $(GST_LIBS) $(GST_CONTROLLER_LIBS)
+
+noinst_HEADERS =
+