2d19184219b80e424183755ed3f6d87e9510246f
[platform/upstream/gstreamer.git] / tests / icles / Makefile.am
1 if USE_SOUNDTOUCH
2
3 GST_SOUNDTOUCH_TESTS = pitch-test
4
5 pitch_test_SOURCES = pitch-test.c
6 pitch_test_CFLAGS  = $(GST_CONTROLLER_CFLAGS)
7 pitch_test_LDADD   = $(GST_CONTROLLER_LIBS)
8 pitch_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 else
11 GST_SOUNDTOUCH_TESTS = 
12 endif
13
14 noinst_PROGRAMS = $(GST_SOUNDTOUCH_TESTS)
15