Fix build error
authorMichael Rasmussen <mir@datanom.net>
Tue, 12 Feb 2019 23:47:34 +0000 (00:47 +0100)
committerMichael Rasmussen <mir@datanom.net>
Tue, 12 Feb 2019 23:47:34 +0000 (00:47 +0100)
Signed-off-by: Michael Rasmussen <mir@datanom.net>
configure.ac
src/plugins/litehtml_viewer/Makefile.am
src/plugins/litehtml_viewer/litehtml/Makefile.am

index da934fe17ac266d32bfdeb54ae84baa558adcedd..1ac1b280ce8d31b044a49855655d781c8aff661a 100644 (file)
@@ -2083,9 +2083,9 @@ AM_CONDITIONAL(BUILD_FANCY_PLUGIN,                test x"$enable_fancy_plugin" != xno)
 AM_CONDITIONAL(BUILD_FETCHINFO_PLUGIN,         test x"$enable_fetchinfo_plugin" != xno)
 AM_CONDITIONAL(BUILD_GDATA_PLUGIN,             test x"$enable_gdata_plugin" != xno)
 AM_CONDITIONAL(BUILD_LIBRAVATAR_PLUGIN,                test x"$enable_libravatar_plugin" != xno)
 AM_CONDITIONAL(BUILD_FETCHINFO_PLUGIN,         test x"$enable_fetchinfo_plugin" != xno)
 AM_CONDITIONAL(BUILD_GDATA_PLUGIN,             test x"$enable_gdata_plugin" != xno)
 AM_CONDITIONAL(BUILD_LIBRAVATAR_PLUGIN,                test x"$enable_libravatar_plugin" != xno)
-AM_CONDITIONAL(BUILD_LITEHTML_PLUGIN,          test x"$enable_litehtml_viewer_plugin" != xno)
+AM_CONDITIONAL(BUILD_LITEHTML_VIEWER_PLUGIN,   test x"$enable_litehtml_viewer_plugin" != xno)
 AM_CONDITIONAL(BUILD_MAILMBOX_PLUGIN,          test x"$enable_mailmbox_plugin" != xno)
 AM_CONDITIONAL(BUILD_MAILMBOX_PLUGIN,          test x"$enable_mailmbox_plugin" != xno)
-AM_CONDITIONAL(BUILD_MANAGESIEVE_PLUGIN,               test x"$enable_managesieve_plugin" != xno)
+AM_CONDITIONAL(BUILD_MANAGESIEVE_PLUGIN,       test x"$enable_managesieve_plugin" != xno)
 AM_CONDITIONAL(BUILD_NEWMAIL_PLUGIN,           test x"$enable_newmail_plugin" != xno)
 AM_CONDITIONAL(BUILD_NOTIFICATION_PLUGIN,      test x"$enable_notification_plugin" != xno)
 AM_CONDITIONAL(BUILD_HOTKEYS,                  test x"$enable_notification_plugin" != xno -a x"$HAVE_HOTKEYS" = xyes)
 AM_CONDITIONAL(BUILD_NEWMAIL_PLUGIN,           test x"$enable_newmail_plugin" != xno)
 AM_CONDITIONAL(BUILD_NOTIFICATION_PLUGIN,      test x"$enable_notification_plugin" != xno)
 AM_CONDITIONAL(BUILD_HOTKEYS,                  test x"$enable_notification_plugin" != xno -a x"$HAVE_HOTKEYS" = xyes)
index ded5d580bd45cf904c33c13262334575ae84a83b..d603a30003704cc8d8599294d46774f5602ca95b 100644 (file)
@@ -25,9 +25,9 @@ cygwin_export_lib =
 
 plugindir = $(pkglibdir)/plugins
 
 
 plugindir = $(pkglibdir)/plugins
 
-#if BUILD_LITEHTML_VIEWER_PLUGIN
+if BUILD_LITEHTML_VIEWER_PLUGIN
 plugin_LTLIBRARIES = litehtml_viewer.la
 plugin_LTLIBRARIES = litehtml_viewer.la
-#endif
+endif
 
 litehtml_viewer_la_DEPENDENCIES = $(plugin_deps)
 
 
 litehtml_viewer_la_DEPENDENCIES = $(plugin_deps)
 
index b412926ccc90e8a5377f1c8bef8d4904bd7f4640..025e3152b84cf8fd1bb0f37180de1a83d4b8cc49 100644 (file)
@@ -3,9 +3,9 @@
 # terms of the General Public License version 3 (or later).
 # See COPYING file for license details.
 
 # terms of the General Public License version 3 (or later).
 # See COPYING file for license details.
 
-#if BUILD_LITEHTML_VIEWER_PLUGIN
+if BUILD_LITEHTML_VIEWER_PLUGIN
 noinst_LTLIBRARIES = liblitehtml.la
 noinst_LTLIBRARIES = liblitehtml.la
-#endif
+endif
 
 liblitehtml_la_CXXFLAGS = -std=c++11
 
 
 liblitehtml_la_CXXFLAGS = -std=c++11