summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2017-07-01 16:25:45 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-07-01 16:25:45 +0200
commit05f478ee16a88bffe9598edf0625844e54f52355 (patch)
tree3e45fad0024802f892ea0964c4122923e4937c04 /src
parent572f28a966be31abb351ad5f687d4d89ac6f88d1 (diff)
downloadkcmautostart-05f478ee16a88bffe9598edf0625844e54f52355.tar.gz
kcmautostart-05f478ee16a88bffe9598edf0625844e54f52355.zip
Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)