diff options
Diffstat (limited to 'tests/icles/Makefile.am')
-rw-r--r-- | tests/icles/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index b57880e4..da44e312 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -11,14 +11,9 @@ else GST_SOUNDTOUCH_TESTS = endif -videocrop_test_SOURCES = videocrop-test.c -videocrop_test_CFLAGS = $(GST_CFLAGS) -videocrop_test_LDADD = $(GST_LIBS) -videocrop_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - equalizer_test_SOURCES = equalizer-test.c equalizer_test_CFLAGS = $(GST_CFLAGS) equalizer_test_LDADD = $(GST_LIBS) equalizer_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_PROGRAMS = $(GST_SOUNDTOUCH_TESTS) equalizer-test videocrop-test +noinst_PROGRAMS = $(GST_SOUNDTOUCH_TESTS) equalizer-test |