summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2017-06-27 20:29:04 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-06-27 20:29:15 +0200
commitad3832f1f536f3afea0d06650f354c3a4c25068f (patch)
tree5b94e7a44c8d4965b59286046d680bc66b835b3a
parentb31dc4557d938489e4634ddf8c97579683769712 (diff)
downloadtdeadmin-ad3832f1f536f3afea0d06650f354c3a4c25068f.tar.gz
tdeadmin-ad3832f1f536f3afea0d06650f354c3a4c25068f.zip
Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit 8b39265336d6d9f2f845f6662c6799f95ddc4eff)
-rw-r--r--knetworkconf/knetworkconf/Makefile.am2
-rw-r--r--lilo-config/kde/Makefile.am2
-rw-r--r--tdefile-plugins/deb/Makefile.am2
-rw-r--r--tdefile-plugins/rpm/Makefile.am2
4 files changed, 4 insertions, 4 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
diff --git a/lilo-config/kde/Makefile.am b/lilo-config/kde/Makefile.am
index af23803..ed4518e 100644
--- a/lilo-config/kde/Makefile.am
+++ b/lilo-config/kde/Makefile.am
@@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = kcm_lilo.la
kcm_lilo_la_SOURCES = kcontrol.cpp Details.cpp InputBox.cpp
kcm_lilo_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-kcm_lilo_la_LIBADD = ../kde-qt-common/libwidgets.la $(LIB_TDEIO)
+kcm_lilo_la_LIBADD = ../kde-qt-common/libwidgets.la $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_TDEUI)
kcm_lilo_la_METASOURCES = AUTO
AM_CXXFLAGS = -DUSE_KDE
diff --git a/tdefile-plugins/deb/Makefile.am b/tdefile-plugins/deb/Makefile.am
index e874ae5..7104bc7 100644
--- a/tdefile-plugins/deb/Makefile.am
+++ b/tdefile-plugins/deb/Makefile.am
@@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_deb.la
tdefile_deb_la_SOURCES = tdefile_deb.cpp
tdefile_deb_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-tdefile_deb_la_LIBADD = $(LIB_TDESYCOCA)
+tdefile_deb_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
diff --git a/tdefile-plugins/rpm/Makefile.am b/tdefile-plugins/rpm/Makefile.am
index bfed7ce..7315ab4 100644
--- a/tdefile-plugins/rpm/Makefile.am
+++ b/tdefile-plugins/rpm/Makefile.am
@@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_rpm.la
tdefile_rpm_la_SOURCES = tdefile_rpm.cpp
tdefile_rpm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-tdefile_rpm_la_LIBADD = $(LIB_TDESYCOCA)
+tdefile_rpm_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO