diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
commit | 0451bfa1dfdda10f7a0dc04277066f10648d37f8 (patch) | |
tree | e372421b17ffb8ec9944e753c504a84873cf604c /kaddressbook | |
parent | bd4d40e62f0ade42fbc594c1c87dfc93dfab8c99 (diff) | |
download | tdepim-0451bfa1dfdda10f7a0dc04277066f10648d37f8.tar.gz tdepim-0451bfa1dfdda10f7a0dc04277066f10648d37f8.zip |
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kaddressbook')
-rw-r--r-- | kaddressbook/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/Makefile.am b/kaddressbook/Makefile.am index 05cdddb09..398b2d6a5 100644 --- a/kaddressbook/Makefile.am +++ b/kaddressbook/Makefile.am @@ -17,7 +17,7 @@ INCLUDES= -I$(top_srcdir)/kaddressbook/interfaces \ bin_PROGRAMS = kaddressbook kaddressbook_SOURCES = main.cpp kaddressbookmain.cpp -kaddressbook_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kaddressbook_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kaddressbook_LDADD = libkaddressbook.la kde_module_LTLIBRARIES = libkaddressbookpart.la |