From 05f478ee16a88bffe9598edf0625844e54f52355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sat, 1 Jul 2017 16:25:45 +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 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 75d79e3..e38a628 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kcm_autostart.la kcm_autostart_la_SOURCES = autostart.cpp -kcm_autostart_la_LIBADD = -ltdeio $(LIB_TDEUI) +kcm_autostart_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) kcm_autostart_la_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) -- cgit v1.2.3