diff options
Diffstat (limited to 'tdefile-plugins/html/Makefile.am')
-rw-r--r-- | tdefile-plugins/html/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/html/Makefile.am b/tdefile-plugins/html/Makefile.am index 6097b26..c53ecae 100644 --- a/tdefile-plugins/html/Makefile.am +++ b/tdefile-plugins/html/Makefile.am @@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_html.la tdefile_html_la_SOURCES = tdefile_html.cpp tdefile_html_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -tdefile_html_la_LIBADD = $(LIB_KSYCOCA) +tdefile_html_la_LIBADD = $(LIB_TDESYCOCA) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO |