diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-02-11 12:34:47 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-02-11 12:34:47 +0000 |
commit | 82ccfa19ea901654cf8701c40a61d370f35adc0c (patch) | |
tree | 9b21209048f42ea7ca3c2d359181589019bea2b3 | |
parent | e63027f1989eacfa945feb20a7a72af3cc6114c6 (diff) |
tests: fix compilation of dtmf test in uninstalled setup
-rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index f13ba8553..5a98aadc8 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) |