diff options
Diffstat (limited to 'tdefile-plugins/xpm')
-rw-r--r-- | tdefile-plugins/xpm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/xpm/Makefile.am b/tdefile-plugins/xpm/Makefile.am index 3a32555e..4c8e5fe2 100644 --- a/tdefile-plugins/xpm/Makefile.am +++ b/tdefile-plugins/xpm/Makefile.am @@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = tdefile_xpm.la tdefile_xpm_la_SOURCES = tdefile_xpm.cpp tdefile_xpm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -tdefile_xpm_la_LIBADD = $(LIB_KIO) +tdefile_xpm_la_LIBADD = $(LIB_TDEIO) tdefile_xpm_la_METASOURCES = tdefile_xpm.moc # let automoc handle all of the meta source files (moc) |