diff options
Diffstat (limited to 'tdefile-plugins/txt')
-rw-r--r-- | tdefile-plugins/txt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/txt/Makefile.am b/tdefile-plugins/txt/Makefile.am index 71c0333..132a7fb 100644 --- a/tdefile-plugins/txt/Makefile.am +++ b/tdefile-plugins/txt/Makefile.am @@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = tdefile_txt.la tdefile_txt_la_SOURCES = tdefile_txt.cpp tdefile_txt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -tdefile_txt_la_LIBADD = $(LIB_KIO) +tdefile_txt_la_LIBADD = $(LIB_TDEIO) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO |