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 | 49e9b21565f04f46417c4ea1fa56ba72b7707433 (patch) | |
tree | 8ed93c99773406290680eff51f68e7afe7f7ad3a | |
parent | d943ac59762fd6e04159981a292a6f45236bfba0 (diff) | |
download | kbarcode-49e9b21565f04f46417c4ea1fa56ba72b7707433.tar.gz kbarcode-49e9b21565f04f46417c4ea1fa56ba72b7707433.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/applications/kbarcode@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kbarcode/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/Makefile.am b/kbarcode/Makefile.am index 665c3f2..7ce6a0f 100644 --- a/kbarcode/Makefile.am +++ b/kbarcode/Makefile.am @@ -19,7 +19,7 @@ bin_PROGRAMS = kbarcode # the application source, library search path, and link libraries -kbarcode_LDFLAGS = $(KDE_RPATH) $(all_libraries) +kbarcode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kbarcode_LDADD = $(LIB_KABC) $(LIB_KSPELL) $(LIB_KDEPRINT) \ $(LIB_KDEUI) -lkjs -lpcre |