add Makefile.am

Original commit message from CVS:
add Makefile.am
This commit is contained in:
Thomas Vander Stichele 2005-11-30 15:34:37 +00:00
parent d337d0e64a
commit 765b4d951d
2 changed files with 6 additions and 0 deletions

2
tests/benchmarks/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Makefile
Makefile.in

View file

@ -0,0 +1,4 @@
noinst_PROGRAMS = caps mass-elements complexity
LDADD = $(GST_OBJ_LIBS)
AM_CFLAGS = $(GST_OBJ_CFLAGS)