diff options
author | François Andriot <[email protected]> | 2017-07-01 16:25:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-07-01 16:25:55 +0200 |
commit | 13360182c1ec5bfbee77e98016b0ca15805fb494 (patch) | |
tree | fa70334f75e3a949337cd0df977e1db7f6c3416d /src/Makefile.am | |
parent | d3b20958eb0bff581dca6c6057b773e9b98de0b3 (diff) | |
download | kcmautostart-13360182c1ec5bfbee77e98016b0ca15805fb494.tar.gz kcmautostart-13360182c1ec5bfbee77e98016b0ca15805fb494.zip |
Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <[email protected]>
(cherry picked from commit 05f478ee16a88bffe9598edf0625844e54f52355)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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) |