From 6f0c68f96a6522ecf7bbaec92841d7b5e49f5156 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 17 Sep 2018 23:19:53 +0900 Subject: LIB_QT -> LIB_TQT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- mpeglib/example/splay/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpeglib/example/splay/Makefile.am') diff --git a/mpeglib/example/splay/Makefile.am b/mpeglib/example/splay/Makefile.am index 9da0145c..0b8e03d4 100644 --- a/mpeglib/example/splay/Makefile.am +++ b/mpeglib/example/splay/Makefile.am @@ -12,12 +12,12 @@ mp3framing_SOURCES = mp3framing.cpp noinst_HEADERS = -splay_LDFLAGS = $(all_libraries) $(LIB_QT) +splay_LDFLAGS = $(all_libraries) $(LIB_TQT) splay_LDADD = ../../lib/libmpeg.la \ $(THIS_LIB_LIBS) -mp3framing_LDFLAGS = $(all_libraries) $(LIB_QT) +mp3framing_LDFLAGS = $(all_libraries) $(LIB_TQT) mp3framing_LDADD = ../../lib/libmpeg.la \ $(THIS_LIB_LIBS) -- cgit v1.2.1