diff options
Diffstat (limited to 'konq-plugins/autorefresh')
-rw-r--r-- | konq-plugins/autorefresh/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/autorefresh/Makefile.am b/konq-plugins/autorefresh/Makefile.am index ebc6394..c4691e4 100644 --- a/konq-plugins/autorefresh/Makefile.am +++ b/konq-plugins/autorefresh/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = $(all_includes) libautorefresh_la_METASOURCES = AUTO libautorefresh_la_SOURCES = autorefresh.cpp -libautorefresh_la_LIBADD = $(LIB_KHTML) +libautorefresh_la_LIBADD = $(LIB_TDEHTML) libautorefresh_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) |