diff options
Diffstat (limited to 'tests/old/testsuite/alsa/Makefile.am')
-rw-r--r-- | tests/old/testsuite/alsa/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/old/testsuite/alsa/Makefile.am b/tests/old/testsuite/alsa/Makefile.am deleted file mode 100644 index 6557bc58..00000000 --- a/tests/old/testsuite/alsa/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -testprogs = formats state srcstate - -noinst_PROGRAMS = $(testprogs) - -formats_SOURCES = formats.c sinesrc.c sinesrc.h -state_SOURCES = state.c sinesrc.c sinesrc.h -srcstate_SOURCES =srcstate.c - -# we have nothing but apps here, we can do this safely -LIBS = $(GST_LIBS) -AM_CFLAGS = $(GST_CFLAGS) - -noinst_HEADERS = sinesrc.h |