diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-06 23:59:10 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-06 23:59:10 +0200 |
commit | bc2d0c742ac05b94ed7cfff76b8b77991ddd922d (patch) | |
tree | a4845631d0d1d4cb3932ca7bf271ec8c7c9678b7 /kommander/plugin/Makefile.am | |
parent | 8e97fd4c45b82fe5c0209c2ed58c6d8a8c505999 (diff) | |
download | tdewebdev-bc2d0c742ac05b94ed7cfff76b8b77991ddd922d.tar.gz tdewebdev-bc2d0c742ac05b94ed7cfff76b8b77991ddd922d.zip |
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
Diffstat (limited to 'kommander/plugin/Makefile.am')
-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 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 |