diff options
author | François Andriot <francois.andriot@free.fr> | 2017-06-27 20:29:04 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-06-27 20:29:04 +0200 |
commit | 8b39265336d6d9f2f845f6662c6799f95ddc4eff (patch) | |
tree | d3fa0ce1c42347d0c25851bdaae9188d79707d76 /knetworkconf | |
parent | 480bbdb9983a98ddb1f6d42376293ed204374ad4 (diff) | |
download | tdeadmin-8b39265336d6d9f2f845f6662c6799f95ddc4eff.tar.gz tdeadmin-8b39265336d6d9f2f845f6662c6799f95ddc4eff.zip |
Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'knetworkconf')
-rw-r--r-- | knetworkconf/knetworkconf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkconf/knetworkconf/Makefile.am b/knetworkconf/knetworkconf/Makefile.am index a0aea3b..2fe7ee1 100644 --- a/knetworkconf/knetworkconf/Makefile.am +++ b/knetworkconf/knetworkconf/Makefile.am @@ -10,7 +10,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kcm_knetworkconfmodule.la -kcm_knetworkconfmodule_la_LIBADD = $(LIB_TDEUI) +kcm_knetworkconfmodule_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) -lDCOP # the library search path. kcm_knetworkconfmodule_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined |