summaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-27 17:30:30 +0200
committerChristian Grothoff <christian@grothoff.org>2017-03-27 17:30:30 +0200
commit802f89d2979d3a92228543d42cee6bb8e3e786d1 (patch)
treef5a834b15a072dfb7d3500459f83fae0cfa17846 /src/conversation/Makefile.am
parent7978b76868ba81efaa4b65b47a54ee55cd092382 (diff)
downloadgnunet-802f89d2979d3a92228543d42cee6bb8e3e786d1.tar.gz
gnunet-802f89d2979d3a92228543d42cee6bb8e3e786d1.zip
fix #4974: migrate conversation GST helpers to new MST API
Diffstat (limited to 'src/conversation/Makefile.am')
-rw-r--r--src/conversation/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index cc2938144..cbffc3283 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -138,7 +138,7 @@ gnunet_helper_audio_record_CFLAGS = \
138 $(GST_CFLAGS) 138 $(GST_CFLAGS)
139 139
140gnunet_helper_audio_playback_SOURCES = \ 140gnunet_helper_audio_playback_SOURCES = \
141 gnunet_gst_test.c gnunet_gst.c 141 gnunet-helper-audio-playback-gst.c
142gnunet_helper_audio_playback_LDADD = \ 142gnunet_helper_audio_playback_LDADD = \
143 $(top_builddir)/src/util/libgnunetutil.la \ 143 $(top_builddir)/src/util/libgnunetutil.la \
144 $(GST_LIBS) \ 144 $(GST_LIBS) \