mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
add Makefile.am
Original commit message from CVS: add Makefile.am
This commit is contained in:
parent
d337d0e64a
commit
765b4d951d
2 changed files with 6 additions and 0 deletions
2
tests/benchmarks/.gitignore
vendored
Normal file
2
tests/benchmarks/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
4
tests/benchmarks/Makefile.am
Normal file
4
tests/benchmarks/Makefile.am
Normal file
|
@ -0,0 +1,4 @@
|
|||
noinst_PROGRAMS = caps mass-elements complexity
|
||||
|
||||
LDADD = $(GST_OBJ_LIBS)
|
||||
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
Loading…
Reference in a new issue