summaryrefslogtreecommitdiffstats
path: root/src/kcm
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2017-07-01 16:31:42 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-07-01 16:31:55 +0200
commit58c8b7dc4fef343a43b8b19c89b45041170c1417 (patch)
treefe049247ba8760c511f6f7c9d0819ced9326ed51 /src/kcm
parent9cb22335a0c7d1a33388d3c2205ebfe9b10d3aea (diff)
downloadknemo-58c8b7dc4fef343a43b8b19c89b45041170c1417.tar.gz
knemo-58c8b7dc4fef343a43b8b19c89b45041170c1417.zip
Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit 64456b986054eac78c60f46c9d58b80bdb3aa4df)
Diffstat (limited to 'src/kcm')
-rw-r--r--src/kcm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcm/Makefile.am b/src/kcm/Makefile.am
index c8d944a..cbe549f 100644
--- a/src/kcm/Makefile.am
+++ b/src/kcm/Makefile.am
@@ -14,7 +14,7 @@ INCLUDES = -I$(srcdir)/../common -I$(srcdir)/../knemod/backends $(all_includes)
kcm_knemo_la_LDFLAGS = -module -avoid-version $(all_libraries)
# the libraries to link against.
-kcm_knemo_la_LIBADD = $(LIB_TDEUI)
+kcm_knemo_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO) -lDCOP
# which sources should be compiled for knemo
kcm_knemo_la_SOURCES = configdialog.cpp configdlg.ui