From af9e417b2cf23276b883d298511274d0dd872a3e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 24 May 2004 16:50:25 +0000 Subject: [PATCH] enable new Original commit message from CVS: enable new --- libs/gst/dataprotocol/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/dataprotocol/Makefile.am b/libs/gst/dataprotocol/Makefile.am index 27f01ec..280ec3c 100644 --- a/libs/gst/dataprotocol/Makefile.am +++ b/libs/gst/dataprotocol/Makefile.am @@ -27,7 +27,7 @@ include $(top_srcdir)/common/as-libtool.mak # regression test check_PROGRAMS = dataprotocol-test dataprotocol_test_SOURCES = dataprotocol-test.c dataprotocol.c -dataprotocol_test_CFLAGS = $(GST_LIB_CFLAGS) -I$(top_srcdir)/libs +dataprotocol_test_CFLAGS = $(GST_LIB_CFLAGS) -I$(top_srcdir)/libs -DGST_ENABLE_NEW dataprotocol_test_LDADD = $(GST_OBJ_LIBS) TESTS = $(check_PROGRAMS) -- 2.7.4