From 3438ddb040dbabb8fcd62def6ad7bef84db0f83e Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 10 Oct 2011 20:45:10 +0000 Subject: 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 --- ksysv/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksysv') 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 -- cgit v1.2.1