[Libreoffice-commits] online.git: loolwsd/test

Miklos Vajna vmiklos at collabora.co.uk
Tue Apr 12 06:37:44 UTC 2016


 loolwsd/test/Makefile.am |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 73985418c7295d888fade7971bc43ffb05a8e94f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Apr 12 08:37:24 2016 +0200

    ${systemplate} -> @SYSTEMPLATE_PATH@ to fix make check
    
    Change-Id: I5cb78fa3820c2e48fe071ba2b030b824a6780e10

diff --git a/loolwsd/test/Makefile.am b/loolwsd/test/Makefile.am
index 7ac0fd4..f4c71fa 100644
--- a/loolwsd/test/Makefile.am
+++ b/loolwsd/test/Makefile.am
@@ -1,7 +1,3 @@
-# variables for tests
-jails=${top_builddir}/test/jails
-systemplate=${top_builddir}/test/systemplate
-
 AUTOMAKE_OPTION = serial-tests
 
 check_PROGRAMS = test
@@ -25,7 +21,7 @@ unit_storage_la_SOURCES = UnitStorage.cpp
 unit_storage_la_LDFLAGS = -module
 
 if HAVE_LO_PATH
-SYSTEM_STAMP = ${systemplate}/system_stamp
+SYSTEM_STAMP = @SYSTEMPLATE_PATH@/system_stamp
 else
 SYSTEM_STAMP =
 endif


More information about the Libreoffice-commits mailing list