diff options
Diffstat (limited to 'akregator/src/mk4storage/Makefile.am')
-rw-r--r-- | akregator/src/mk4storage/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/akregator/src/mk4storage/Makefile.am b/akregator/src/mk4storage/Makefile.am index 4f2ebfae5..badfa1833 100644 --- a/akregator/src/mk4storage/Makefile.am +++ b/akregator/src/mk4storage/Makefile.am @@ -12,7 +12,9 @@ libakregator_mk4storage_plugin_la_LIBADD = \ $(top_builddir)/akregator/src/librss/librsslocal.la \ ../libakregatorprivate.la \ $(LIB_KFILE) \ - $(LIB_KDECORE) + $(LIB_KDECORE) \ + $(LIB_QT) \ + $(LIB_KDEUI) libakregator_mk4storage_plugin_la_LDFLAGS = \ $(KDE_PLUGIN) \ |