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 | 98909bff33122d6b2c43c219450f93f8a3daa39e (patch) | |
tree | df2aa0aa6f1435fcefca2c154825fd3561bbf62f /ksnapshot | |
parent | 17991a4623884b2fed475724124aae541ea10040 (diff) | |
download | tdegraphics-98909bff33122d6b2c43c219450f93f8a3daa39e.tar.gz tdegraphics-98909bff33122d6b2c43c219450f93f8a3daa39e.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/kdegraphics@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksnapshot')
-rw-r--r-- | ksnapshot/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnapshot/Makefile.am b/ksnapshot/Makefile.am index a9dae435..26707695 100644 --- a/ksnapshot/Makefile.am +++ b/ksnapshot/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS= ksnapshot INCLUDES = -DKSNAPVERSION="\"0.7\"" $(all_includes) -ksnapshot_LDFLAGS = $(all_libraries) $(KDE_RPATH) +ksnapshot_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor ksnapshot_LDADD = $(LIB_KDEPRINT) ksnapshot_SOURCES = ksnapshotiface.skel main.cpp ksnapshot.cpp \ |