From bc2d0c742ac05b94ed7cfff76b8b77991ddd922d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 6 Aug 2012 23:59:10 +0200 Subject: Update autotools for new DSO linkage style Thanks to Francois Andriot for the patch --- kommander/plugin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kommander/plugin') diff --git a/kommander/plugin/Makefile.am b/kommander/plugin/Makefile.am index 1979b46c..be5cd4ec 100644 --- a/kommander/plugin/Makefile.am +++ b/kommander/plugin/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/kommander/widget $(all_includes) libkommanderplugin_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined # the libraries to link against. -libkommanderplugin_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) +libkommanderplugin_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) libkommanderplugin_la_SOURCES = kommanderplugin.cpp specialinformation.cpp -- cgit v1.2.1