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 /ksysv | |
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 'ksysv')
-rw-r--r-- | ksysv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/Makefile.am b/ksysv/Makefile.am index 5e8ff78..6f21169 100644 --- a/ksysv/Makefile.am +++ b/ksysv/Makefile.am @@ -38,7 +38,7 @@ ksysv_SOURCES = main.cpp \ # the library search path ksysv_METASOURCES = AUTO -ksysv_LDFLAGS = $(all_libraries) $(KDE_RPATH) +ksysv_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor ksysv_LDADD = $(LIB_KFILE) -lkdeprint # this option you can leave out. Just, if you use "make dist", you need it |