summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/k3bproject/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:56:34 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:56:34 +0200
commit722cb8fe4e324b63ceb6be9a082ec569f060d64e (patch)
tree3a0ca174a91963f2f091fffd77139087f56716cf /tdefile-plugins/k3bproject/Makefile.am
parentb038aff47f779f8491464d74eb1abdf7bfb4888e (diff)
downloadk3b-722cb8fe4e324b63ceb6be9a082ec569f060d64e.tar.gz
k3b-722cb8fe4e324b63ceb6be9a082ec569f060d64e.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'tdefile-plugins/k3bproject/Makefile.am')
-rw-r--r--tdefile-plugins/k3bproject/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefile-plugins/k3bproject/Makefile.am b/tdefile-plugins/k3bproject/Makefile.am
index 5d070e2..424c358 100644
--- a/tdefile-plugins/k3bproject/Makefile.am
+++ b/tdefile-plugins/k3bproject/Makefile.am
@@ -14,8 +14,8 @@ noinst_HEADERS = tdefile_k3bprojectfileplugin.h
kde_module_LTLIBRARIES = tdefile_k3b.la
tdefile_k3b_la_SOURCES = tdefile_k3bprojectfileplugin.cpp
-tdefile_k3b_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) -module $(KDE_PLUGIN)
-tdefile_k3b_la_LIBADD = $(LIB_KIO) ../../libk3b/libk3b.la ../../src/projects/kostore/libkostore.la
+tdefile_k3b_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -module $(KDE_PLUGIN)
+tdefile_k3b_la_LIBADD = $(LIB_TDEIO) ../../libk3b/libk3b.la ../../src/projects/kostore/libkostore.la
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO