summaryrefslogtreecommitdiffstats
path: root/lib/store
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-08-12 11:34:39 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-08-12 11:34:39 +0200
commitd388dc54bbd88929907a71f9fc70ee0486cc99c1 (patch)
tree45f3e7fc567d30b1f8bd291b559a2786adfb9da6 /lib/store
parent5ac0bbacaf0ad76cbc65972df498b2f1789cc0f5 (diff)
downloadkoffice-d388dc54bbd88929907a71f9fc70ee0486cc99c1.tar.gz
koffice-d388dc54bbd88929907a71f9fc70ee0486cc99c1.zip
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
Diffstat (limited to 'lib/store')
-rw-r--r--lib/store/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/store/Makefile.am b/lib/store/Makefile.am
index ac6d5478..e1eb1402 100644
--- a/lib/store/Makefile.am
+++ b/lib/store/Makefile.am
@@ -7,7 +7,7 @@ INCLUDES = $(KOFFICECORE_INCLUDES) $(all_includes)
####### Files
-libkstore_la_LIBADD = $(LIB_KIO)
+libkstore_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
libkstore_la_SOURCES = KoStore.cpp KoTarStore.cpp KoDirectoryStore.cpp KoZipStore.cpp KoStoreDrag.cpp KoStoreBase.cpp KoXmlWriter.cpp
libkstore_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 $(KDE_LDFLAGS) -no-undefined
include_HEADERS = KoStore.h KoStoreDevice.h KoXmlWriter.h