From 76e1423b45cad04dc90d1043af4ca0923ebd3d4c Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 12 Oct 2011 18:10:17 +0000 Subject: Fix kdesdk FTBFS under oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1258656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/svn/svnhelper/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kioslave/svn/svnhelper/Makefile.am') diff --git a/kioslave/svn/svnhelper/Makefile.am b/kioslave/svn/svnhelper/Makefile.am index bb5afe46..077177ca 100644 --- a/kioslave/svn/svnhelper/Makefile.am +++ b/kioslave/svn/svnhelper/Makefile.am @@ -5,7 +5,7 @@ AM_LDFLAGS = $(all_libraries) kio_svn_helper_SOURCES = kio_svn_helper.cpp subversioncheckout.ui subversionswitch.ui subversionlog.ui subversiondiff.ui -kio_svn_helper_LDFLAGS = $(KDE_RPATH) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KSYCOCA) $(LIB_KIO) $(all_libraries) +kio_svn_helper_LDFLAGS = $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KSYCOCA) $(LIB_KIO) $(all_libraries) servicemenudir = \ $(kde_datadir)/konqueror/servicemenus -- cgit v1.2.1