From e7357a8e35b6fa3f8822d57df249c1a09a5a3781 Mon Sep 17 00:00:00 2001 From: gambas Date: Sun, 31 Oct 2021 19:05:26 +0100 Subject: [PATCH] Try to compile 'gb.form.htmlview' after 'gb.form'. [CONFIGURATION] * BUG: Try to compile 'gb.form.htmlview' after 'gb.form'. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index da338dcb7..f0d2d3a76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,8 +39,8 @@ SUBDIRS = \ @httpd_dir@ \ @openssl_dir@ \ @openal_dir@ \ - @htmlview_dir@ \ comp \ + @htmlview_dir@ \ app \ .