diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 17:46:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 17:46:47 +0000 |
commit | 0ae84fe7596906341cafa0dfe20f367e4cbf8385 (patch) | |
tree | 0261e4dcb816dc7e5ae3047a420ed6a5fed4332e /kopete | |
parent | fa8a6a4aa1313667249adc0fd8eaac368c23903a (diff) | |
download | tdenetwork-0ae84fe7596906341cafa0dfe20f367e4cbf8385.tar.gz tdenetwork-0ae84fe7596906341cafa0dfe20f367e4cbf8385.zip |
Fix kdenetwork FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1258244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/kopete/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/kopete/contactlist/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
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 |