X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Flitehtml_viewer%2FMakefile.am;h=81ce76660a653f2aff86c3e0ea10204165c2131c;hp=ded5d580bd45cf904c33c13262334575ae84a83b;hb=79df8adbfee87e42bd4ca6071537619289de85b5;hpb=3ba2202c25887951503f1ab4a341d9046fdab874 diff --git a/src/plugins/litehtml_viewer/Makefile.am b/src/plugins/litehtml_viewer/Makefile.am index ded5d580b..81ce76660 100644 --- a/src/plugins/litehtml_viewer/Makefile.am +++ b/src/plugins/litehtml_viewer/Makefile.am @@ -25,9 +25,9 @@ cygwin_export_lib = plugindir = $(pkglibdir)/plugins -#if BUILD_LITEHTML_VIEWER_PLUGIN +if BUILD_LITEHTML_VIEWER_PLUGIN plugin_LTLIBRARIES = litehtml_viewer.la -#endif +endif litehtml_viewer_la_DEPENDENCIES = $(plugin_deps) @@ -44,6 +44,7 @@ litehtml_viewer_la_SOURCES = \ lh_prefs.c \ lh_viewer.c \ lh_widget.cpp \ + lh_widget_text.cpp \ container_linux.h \ lh_prefs.h \ lh_viewer.h \