mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
53e57dabff
Original commit message from CVS: 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org> * testsuite/alsa/Makefile.am: * testsuite/alsa/srcstate.c: add test for alsasrc changing state
13 lines
318 B
Makefile
13 lines
318 B
Makefile
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
|