diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:21 +0200 |
commit | 5cc26ceed345bb95cb1defab204b631cb79319de (patch) | |
tree | 9c80b1750fe99cb93f51a1724a6f32daa53f30fe /tdefile-plugins/ts/Makefile.am | |
parent | 412ffbefddef8bfe1c454bd9c275e13fd8319ca1 (diff) | |
download | tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.tar.gz tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdefile-plugins/ts/Makefile.am')
-rw-r--r-- | tdefile-plugins/ts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/ts/Makefile.am b/tdefile-plugins/ts/Makefile.am index bb46c13c..034b8fbd 100644 --- a/tdefile-plugins/ts/Makefile.am +++ b/tdefile-plugins/ts/Makefile.am @@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = tdefile_ts.la tdefile_ts_la_SOURCES = tdefile_ts.cpp tdefile_ts_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -tdefile_ts_la_LIBADD = $(LIB_KIO) +tdefile_ts_la_LIBADD = $(LIB_TDEIO) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO |