diff options
Diffstat (limited to 'konqueror/sidebar')
-rw-r--r-- | konqueror/sidebar/Makefile.am | 4 | ||||
-rw-r--r-- | konqueror/sidebar/test/Makefile.am | 2 | ||||
-rw-r--r-- | konqueror/sidebar/web_module/Makefile.am | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/konqueror/sidebar/Makefile.am b/konqueror/sidebar/Makefile.am index 1cfc7f6ac..6f4695dc8 100644 --- a/konqueror/sidebar/Makefile.am +++ b/konqueror/sidebar/Makefile.am @@ -22,11 +22,11 @@ kde_module_LTLIBRARIES = konq_sidebar.la # the Part's source, library search path, and link libraries konq_sidebar_la_SOURCES = konqsidebar.cpp sidebar_widget.cpp konq_sidebar_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -konq_sidebar_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) ../../libkonq/libkonq.la ./libkonqsidebarplugin.la $(LIB_KUTILS) +konq_sidebar_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEIO) ../../libkonq/libkonq.la ./libkonqsidebarplugin.la $(LIB_TDEUTILS) libkonqsidebarplugin_la_SOURCES=konqsidebarplugin.cpp libkonqsidebarplugin_la_LDFLAGS = -version-info 3:0:2 $(all_libraries) -no-undefined -libkonqsidebarplugin_la_LIBADD = $(LIB_KPARTS) +libkonqsidebarplugin_la_LIBADD = $(LIB_TDEPARTS) # this is where the desktop file will go partdesktopdir = $(kde_servicesdir) diff --git a/konqueror/sidebar/test/Makefile.am b/konqueror/sidebar/test/Makefile.am index ebaeff299..570b60c80 100644 --- a/konqueror/sidebar/test/Makefile.am +++ b/konqueror/sidebar/test/Makefile.am @@ -16,7 +16,7 @@ kde_module_LTLIBRARIES = konq_sidebartest.la # the Part's source, library search path, and link libraries konq_sidebartest_la_SOURCES = konqsidebartest.cpp konq_sidebartest_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -konq_sidebartest_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) ../libkonqsidebarplugin.la +konq_sidebartest_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEIO) ../libkonqsidebarplugin.la # this is where the part's XML-GUI resource file goes partrcdir = $(kde_datadir)/konqsidebartng/entries diff --git a/konqueror/sidebar/web_module/Makefile.am b/konqueror/sidebar/web_module/Makefile.am index a55213aab..55672f13e 100644 --- a/konqueror/sidebar/web_module/Makefile.am +++ b/konqueror/sidebar/web_module/Makefile.am @@ -6,7 +6,7 @@ METASOURCES = AUTO konqsidebar_web_la_SOURCES = web_module.cpp konqsidebar_web_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -konqsidebar_web_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML) ../libkonqsidebarplugin.la ../../../libkonq/libkonq.la +konqsidebar_web_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEHTML) ../libkonqsidebarplugin.la ../../../libkonq/libkonq.la #plugindir=$(kde_datadir)/konqsidebartng/entries #plugin_DATA=websidebar.desktop |