From 0ae84fe7596906341cafa0dfe20f367e4cbf8385 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 10 Oct 2011 17:46:47 +0000 Subject: Fix kdenetwork FTBFS under oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1258244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/kopete/Makefile.am | 2 +- kopete/kopete/contactlist/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete') diff --git a/kopete/kopete/Makefile.am b/kopete/kopete/Makefile.am index eb278998..3035e8a6 100644 --- a/kopete/kopete/Makefile.am +++ b/kopete/kopete/Makefile.am @@ -33,7 +33,7 @@ kopete_SOURCES = main.cpp kopeteapplication.cpp kopeteiface.cpp \ kimiface_DIR = $(kde_includes) -kopete_LDFLAGS = -no-undefined $(all_libraries) $(KDE_RPATH) -lktexteditor +kopete_LDFLAGS = -no-undefined $(all_libraries) $(KDE_RPATH) -lktexteditor $(LIB_QT) $(LIB_KDECORE) -lkdefx -lDCOP kopete_LDADD = \ addcontactwizard/libkopeteaddcontactwizard.la \ addaccountwizard/libkopeteaddaccountwizard.la \ diff --git a/kopete/kopete/contactlist/Makefile.am b/kopete/kopete/contactlist/Makefile.am index d9544d5d..4a8c23e3 100644 --- a/kopete/kopete/contactlist/Makefile.am +++ b/kopete/kopete/contactlist/Makefile.am @@ -18,7 +18,7 @@ libkopetecontactlist_la_SOURCES = kopetemetacontactlvi.cpp \ customnotificationprops.cpp kopetegrouplistaction.cpp kabcexport.cpp \ kabcexport_base.ui -libkopetecontactlist_la_LDFLAGS = $(all_libraries) +libkopetecontactlist_la_LDFLAGS = $(all_libraries) -lkdefx libkopetecontactlist_la_LIBADD = -lkabc ../../libkopete/libkopete.la ../addcontactwizard/libkopeteaddcontactwizard.la $(LIB_KDEUI) $(LIB_XRENDER) noinst_HEADERS = kopeteaddrbookexport.h customnotificationprops.h kabcexport.h -- cgit v1.2.1