From 53775b8225e93598c923ba60d3770dcb5c9a2323 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/kdeaddons@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksig/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksig') diff --git a/ksig/Makefile.am b/ksig/Makefile.am index 733e65c..90452b8 100644 --- a/ksig/Makefile.am +++ b/ksig/Makefile.am @@ -8,7 +8,7 @@ INCLUDES = $(all_includes) METASOURCES = AUTO KDE_ICON = AUTO -ksig_LDFLAGS = $(all_libraries) $(KDE_RPATH) +ksig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor ksig_LDADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) rcdir = $(kde_datadir)/ksig -- cgit v1.2.1