diff options
Diffstat (limited to 'tdefile-plugins/pnm')
-rw-r--r-- | tdefile-plugins/pnm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/pnm/Makefile.am b/tdefile-plugins/pnm/Makefile.am index f2d9e75e..0f2ad250 100644 --- a/tdefile-plugins/pnm/Makefile.am +++ b/tdefile-plugins/pnm/Makefile.am @@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_pnm.la tdefile_pnm_la_SOURCES = tdefile_pnm.cpp tdefile_pnm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -tdefile_pnm_la_LIBADD = $(LIB_KIO) +tdefile_pnm_la_LIBADD = $(LIB_TDEIO) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO |