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 | 470373d06e87afca8cb54bcbe3c95afcc8b60598 (patch) | |
tree | 57979ee8e333b65b648bffece5c8deb8d8ed6709 /kdevdesigner/src | |
parent | 39f1ae114d5b5122527fbfc321d8087c474e02de (diff) | |
download | tdevelop-470373d06e87afca8cb54bcbe3c95afcc8b60598.tar.gz tdevelop-470373d06e87afca8cb54bcbe3c95afcc8b60598.zip |
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdevdesigner/src')
-rw-r--r-- | kdevdesigner/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/src/Makefile.am b/kdevdesigner/src/Makefile.am index f6e1b854..ce127aca 100644 --- a/kdevdesigner/src/Makefile.am +++ b/kdevdesigner/src/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = kdevdesigner # the application source, library search path, and link libraries kdevdesigner_SOURCES = main.cpp kdevdesigner.cpp -kdevdesigner_LDFLAGS = $(KDE_RPATH) $(all_libraries) +kdevdesigner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kdevdesigner_LDADD = $(LIB_KPARTS) # this is where the desktop file will go |