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 | df022183cf263233a90fecfb44ca1ee2b405665f (patch) | |
tree | 3229e49ec1079906142f72b4345b388478dae473 | |
parent | baadce283978c27dc6ce656319dbac8770c789bb (diff) | |
download | filelight-df022183cf263233a90fecfb44ca1ee2b405665f.tar.gz filelight-df022183cf263233a90fecfb44ca1ee2b405665f.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/filelight@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | src/app/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/Makefile.am b/src/app/Makefile.am index d0ae17d..67a7b8b 100644 --- a/src/app/Makefile.am +++ b/src/app/Makefile.am @@ -5,4 +5,4 @@ METASOURCES = AUTO bin_PROGRAMS = filelight filelight_SOURCES = historyAction.cpp mainWindow.cpp main.cpp filelight_LDADD = $(LIB_KPARTS) $(LIB_KDEUI) -filelight_LDFLAGS = $(all_libraries) $(KDE_RPATH) +filelight_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor |