summaryrefslogtreecommitdiffstats
path: root/conduits/malconduit/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/malconduit/Makefile.am')
-rw-r--r--conduits/malconduit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/malconduit/Makefile.am b/conduits/malconduit/Makefile.am
index df5ed04..081d129 100644
--- a/conduits/malconduit/Makefile.am
+++ b/conduits/malconduit/Makefile.am
@@ -13,6 +13,6 @@ kde_kcfg_DATA = malconduit.kcfg
kde_module_LTLIBRARIES = conduit_mal.la
conduit_mal_la_SOURCES = malconduitSettings.kcfgc mal-setup_dialog.ui mal-factory.cc mal-setup.cc mal-conduit.cc
-conduit_mal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+conduit_mal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -lkdecore -lkio -lkdeui
conduit_mal_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIB) $(LIB_KDEUI)