summaryrefslogtreecommitdiff
path: root/examples/cutter/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cutter/Makefile.am')
-rw-r--r--examples/cutter/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/cutter/Makefile.am b/examples/cutter/Makefile.am
new file mode 100644
index 0000000000..c1fca3f985
--- /dev/null
+++ b/examples/cutter/Makefile.am
@@ -0,0 +1,5 @@
+noinst_PROGRAMS = cutter
+noinst_HEADERS = cutter.h
+
+LIBS += $(GST_LIBS)
+CFLAGS += $(GST_CFLAGS)