diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 7ae6b062..fc09537d 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -27,7 +27,6 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp clean-local: clean-local-check check_PROGRAMS = - # elements/gdppay \ # elements/gdpdepay @@ -36,4 +35,4 @@ TESTS = $(check_PROGRAMS) AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) -elements_gdpdepay_LDFLAGS = $(LDADD) $(GST_GDP_LIBS) +# elements_gdpdepay_LDFLAGS = $(LDADD) $(GST_GDP_LIBS) |