From 1ace27a9852850ad348dd28679c2fe2b7d2ddc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 3 Jul 2013 02:15:52 +0200 Subject: [PATCH] Update autotools for new DSO linkage style --- kdbg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdbg/Makefile.am b/kdbg/Makefile.am index ce9790b..95887fb 100644 --- a/kdbg/Makefile.am +++ b/kdbg/Makefile.am @@ -40,7 +40,7 @@ kdbg_LDFLAGS = \ $(all_libraries) $(KDE_RPATH) # the libraries to link against. -kdbg_LDADD = $(LIB_KIO) +kdbg_LDADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) # this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = \