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 | 57ea538121391a73a72fd236489e34e09a5c8ee7 (patch) | |
tree | 4884d6f6e1a7e1c875be4fc85caa569084a7ebc8 /korundum/rubylib/rbkconfig_compiler/Makefile.am | |
parent | 766f87fcc9a8f9e6ea6ce01821479c5cb6fe1bff (diff) | |
download | tdebindings-57ea538121391a73a72fd236489e34e09a5c8ee7.tar.gz tdebindings-57ea538121391a73a72fd236489e34e09a5c8ee7.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/kdebindings@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korundum/rubylib/rbkconfig_compiler/Makefile.am')
-rw-r--r-- | korundum/rubylib/rbkconfig_compiler/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/rbkconfig_compiler/Makefile.am b/korundum/rubylib/rbkconfig_compiler/Makefile.am index 492c6882..670ca429 100644 --- a/korundum/rubylib/rbkconfig_compiler/Makefile.am +++ b/korundum/rubylib/rbkconfig_compiler/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/kdecore -I$(top_srcdir) $(all_includes) bin_PROGRAMS = rbkconfig_compiler -rbkconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) +rbkconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor rbkconfig_compiler_LDADD = $(LIB_KDECORE) rbkconfig_compiler_SOURCES = rbkconfig_compiler.cpp |