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