diff options
author | François Andriot <[email protected]> | 2017-07-01 16:44:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-07-01 16:44:08 +0200 |
commit | 8fecedecc2692a4f68cf8f981af509352e4ecd98 (patch) | |
tree | c3ef5c7f9ba9dc4f362dedb50d89e1e87b7bcc73 | |
parent | e07a1f6d0828406e2cda9a06f3b9f3a5d478faaa (diff) | |
download | tdmtheme-8fecedecc2692a4f68cf8f981af509352e4ecd98.tar.gz tdmtheme-8fecedecc2692a4f68cf8f981af509352e4ecd98.zip |
Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <[email protected]>
-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 717751a..9602232 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kcm_tdmtheme.la kcm_tdmtheme_la_SOURCES = tdmtheme.cpp -kcm_tdmtheme_la_LIBADD = $(LIB_TDEIO) $(LIB_TDENEWSTUFF) $(LIB_TDEUI) +kcm_tdmtheme_la_LIBADD = $(LIB_TDEIO) $(LIB_TDENEWSTUFF) $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) kcm_tdmtheme_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) |