summaryrefslogtreecommitdiff
path: root/tests/check/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r--tests/check/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 639893ffb..cfb5b0093 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -483,7 +483,7 @@ elements_compositor_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
elements_hlsdemux_m3u8_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) -I$(top_builddir)/ext/hls
elements_hlsdemux_m3u8_LDADD = $(GST_BASE_LIBS) $(LDADD) \
- $(top_builddir)/ext/hls/.libs/libgstfragmented_la-m3u8.o
+ $(top_builddir)/ext/hls/m3u8.c
elements_hlsdemux_m3u8_SOURCES = elements/hlsdemux_m3u8.c
orc_compositor_CFLAGS = $(ORC_CFLAGS)