diff options
Diffstat (limited to 'tdefile-plugins/tiff/Makefile.am')
-rw-r--r-- | tdefile-plugins/tiff/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/tiff/Makefile.am b/tdefile-plugins/tiff/Makefile.am index 9807a66c..4de97159 100644 --- a/tdefile-plugins/tiff/Makefile.am +++ b/tdefile-plugins/tiff/Makefile.am @@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = tdefile_tiff.la tdefile_tiff_la_SOURCES = tdefile_tiff.cpp tdefile_tiff_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -tdefile_tiff_la_LIBADD = $(LIB_KIO) $(LIBTIFF) +tdefile_tiff_la_LIBADD = $(LIB_TDEIO) $(LIBTIFF) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO |