From e8f58f5ba5775c92f410486ef2b1116da26e7483 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 25 Mar 2016 10:23:46 +0200 Subject: [PATCH] netclock: Link the replay example to GIO --- tests/misc/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am index 64577a0..5aaede5 100644 --- a/tests/misc/Makefile.am +++ b/tests/misc/Makefile.am @@ -7,5 +7,6 @@ noinst_PROGRAMS = netclock-replay netclock_replay_LDADD = \ $(top_builddir)/libs/gst/net/libgstnet-@GST_API_VERSION@.la \ - $(GST_OBJ_LIBS) -netclock_replay_CFLAGS = $(GST_OBJ_CFLAGS) + $(GST_OBJ_LIBS) \ + $(GIO_LIBS) +netclock_replay_CFLAGS = $(GST_OBJ_CFLAGS) $(GIO_CFLAGS) -- 2.7.4