add Makefile.am
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 30 Nov 2005 15:34:37 +0000 (15:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 30 Nov 2005 15:34:37 +0000 (15:34 +0000)
Original commit message from CVS:
add Makefile.am

tests/benchmarks/.gitignore [new file with mode: 0644]
tests/benchmarks/Makefile.am [new file with mode: 0644]

diff --git a/tests/benchmarks/.gitignore b/tests/benchmarks/.gitignore
new file mode 100644 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/tests/benchmarks/Makefile.am b/tests/benchmarks/Makefile.am
new file mode 100644 (file)
index 0000000..3871e8c
--- /dev/null
@@ -0,0 +1,4 @@
+noinst_PROGRAMS = caps mass-elements complexity
+
+LDADD = $(GST_OBJ_LIBS)
+AM_CFLAGS = $(GST_OBJ_CFLAGS)