configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0c7955612895c691363c78b942766fed2df2fadb
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Wed Feb 12 14:39:18 2020 -0400
Commit:     Henry Castro <hcas...@collabora.com>
CommitDate: Thu Feb 13 15:29:16 2020 +0100

    cypress: configure: fix symbolic links to files and folders
    
    builddir != srcdir
    
    Change-Id: I7baaba5f173d209cfb6cbbc5a61cf07a66a51eaf
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88560
    Tested-by: Henry Castro <hcas...@collabora.com>
    Reviewed-by: Henry Castro <hcas...@collabora.com>

diff --git a/configure.ac b/configure.ac
index e6448cdc5..9ae4584d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -922,6 +922,9 @@ AC_SUBST(ENABLE_SETCAP)
 AC_CONFIG_LINKS([discovery.xml:discovery.xml])
 AC_CONFIG_LINKS([loolkitconfig.xcu:loolkitconfig.xcu])
 AC_CONFIG_LINKS([loleaflet/package.json:loleaflet/package.json])
+AC_CONFIG_LINKS([cypress_test/package.json:cypress_test/package.json])
+AC_CONFIG_LINKS([cypress_test/cypress.json:cypress_test/cypress.json])
+AC_LINK_FILES([cypress_test/plugins], [cypress_test/plugins])
 AC_LINK_FILES([loleaflet/archived-packages], [loleaflet/archived-packages])
 
 APP_BRANDING_DIR=
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to