summaryrefslogtreecommitdiff
path: root/test/bufspeed/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/bufspeed/Makefile.am')
-rw-r--r--test/bufspeed/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/bufspeed/Makefile.am b/test/bufspeed/Makefile.am
new file mode 100644
index 0000000000..e86b7a7699
--- /dev/null
+++ b/test/bufspeed/Makefile.am
@@ -0,0 +1,6 @@
+noinst_PROGRAMS = test1 test2
+
+test1_SOURCES = test1.c gstbuffer.c gstmempool.c
+
+#LIBS += $(GST_LIBS)
+CFLAGS += $(GST_CFLAGS)