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 /kooka | |
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 'kooka')
-rw-r--r-- | kooka/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/Makefile.am b/kooka/Makefile.am index 6fec098e..ec4adf29 100644 --- a/kooka/Makefile.am +++ b/kooka/Makefile.am @@ -17,7 +17,7 @@ kooka_SOURCES = main.cpp kooka.cpp kookaview.cpp kookapref.cpp \ # pagesetup.cpp kooka_LDADD = $(LIB_KFILE) -lkdeprint -lktexteditor $(LIBTIFF) $(top_builddir)/libkscan/libkscan.la $(KADMOS_LIB) $(LIB_KSPELL) -kooka_LDFLAGS = $(KDE_RPATH) $(all_libraries) +kooka_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor INCLUDES = -I$(top_srcdir)/libkscan $(all_includes) $(LIBSANE_INCLUDES) $(KADMOS_INC) |