From 82ccfa19ea901654cf8701c40a61d370f35adc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 11 Feb 2013 12:34:47 +0000 Subject: [PATCH] tests: fix compilation of dtmf test in uninstalled setup --- tests/check/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index f13ba85538..5a98aadc85 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -340,6 +340,8 @@ elements_camerabin_LDADD = \ $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD) elements_camerabin_SOURCES = elements/camerabin.c +elements_dtmf_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS) elements_dtmf_LDADD = $(GST_BASE_LIBS) $(LDADD) -lgstrtp-@GST_API_VERSION@ elements_jifmux_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(EXIF_CFLAGS) $(AM_CFLAGS)