Fix FTBFS on Mageia 6

Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 05f478ee16)
r14.0.x
François Andriot 7 years ago committed by Slávek Banko
parent d3b20958eb
commit 13360182c1

@ -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)

Loading…
Cancel
Save