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 | 3438ddb040dbabb8fcd62def6ad7bef84db0f83e (patch) | |
tree | 5df9962864de79383719bb769c1d56f122f4e13f /kcron | |
parent | 629a2952f805a94973e4d73e1ffddfb29fc3cf83 (diff) | |
download | tdeadmin-3438ddb040dbabb8fcd62def6ad7bef84db0f83e.tar.gz tdeadmin-3438ddb040dbabb8fcd62def6ad7bef84db0f83e.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/kdeadmin@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcron')
-rw-r--r-- | kcron/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/Makefile.am b/kcron/Makefile.am index 1cd898d..fafc80e 100644 --- a/kcron/Makefile.am +++ b/kcron/Makefile.am @@ -97,7 +97,7 @@ INCLUDES= $(all_includes) kcron_METASOURCES = AUTO -kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kcron.pot |