diff options
author | Slávek Banko <[email protected]> | 2012-08-06 23:59:10 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-08-07 00:00:35 +0200 |
commit | a91845cf00c95d46eebf668891c04c4d8880f502 (patch) | |
tree | 5dbe7cf52640d951779e285883664480783ec990 /kommander/plugin | |
parent | 25b9a0f723f946fedcefbddedca3d56b9a970123 (diff) | |
download | tdewebdev-a91845cf00c95d46eebf668891c04c4d8880f502.tar.gz tdewebdev-a91845cf00c95d46eebf668891c04c4d8880f502.zip |
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
(cherry picked from commit bc2d0c742ac05b94ed7cfff76b8b77991ddd922d)
Diffstat (limited to 'kommander/plugin')
-rw-r--r-- | kommander/plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/plugin/Makefile.am b/kommander/plugin/Makefile.am index be1bb9f4..ce6d0727 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_KDEUI) $(LIB_QT) +libkommanderplugin_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) libkommanderplugin_la_SOURCES = kommanderplugin.cpp specialinformation.cpp |