diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:56:34 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:56:34 +0200 |
commit | 722cb8fe4e324b63ceb6be9a082ec569f060d64e (patch) | |
tree | 3a0ca174a91963f2f091fffd77139087f56716cf /src/projects | |
parent | b038aff47f779f8491464d74eb1abdf7bfb4888e (diff) | |
download | k3b-722cb8fe4e324b63ceb6be9a082ec569f060d64e.tar.gz k3b-722cb8fe4e324b63ceb6be9a082ec569f060d64e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/projects')
-rw-r--r-- | src/projects/kostore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects/kostore/Makefile.am b/src/projects/kostore/Makefile.am index d99ae86..65de5e7 100644 --- a/src/projects/kostore/Makefile.am +++ b/src/projects/kostore/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = $(all_includes) ####### Files -libkostore_la_LIBADD = $(LIB_KIO) +libkostore_la_LIBADD = $(LIB_TDEIO) libkostore_la_SOURCES = koStore.cc koZipStore.cc koStoreBase.cc #libkostore_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 $(KDE_LDFLAGS) -no-undefined #include_HEADERS = koStore.h |