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:45 +0200 |
commit | 05f478ee16a88bffe9598edf0625844e54f52355 (patch) | |
tree | 3e45fad0024802f892ea0964c4122923e4937c04 /src | |
parent | 572f28a966be31abb351ad5f687d4d89ac6f88d1 (diff) | |
download | kcmautostart-05f478ee16a88bffe9598edf0625844e54f52355.tar.gz kcmautostart-05f478ee16a88bffe9598edf0625844e54f52355.zip |
Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'src')
-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) |