From ad3832f1f536f3afea0d06650f354c3a4c25068f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 27 Jun 2017 20:29:04 +0200 Subject: Fix FTBFS on Mageia 6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot (cherry picked from commit 8b39265336d6d9f2f845f6662c6799f95ddc4eff) --- tdefile-plugins/deb/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdefile-plugins/deb') diff --git a/tdefile-plugins/deb/Makefile.am b/tdefile-plugins/deb/Makefile.am index e874ae5..7104bc7 100644 --- a/tdefile-plugins/deb/Makefile.am +++ b/tdefile-plugins/deb/Makefile.am @@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_deb.la tdefile_deb_la_SOURCES = tdefile_deb.cpp tdefile_deb_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -tdefile_deb_la_LIBADD = $(LIB_TDESYCOCA) +tdefile_deb_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO -- cgit v1.2.1