# HG changeset patch # User Mike Miller # Date 1437431512 14400 # Node ID f74ab65ee1bf33383e73f05cbbc780a3afc11a89 # Parent 131ce8cfaa80f4a9d7ba16003a58ee8a7ba5a7de Restore installation of tests from template source files * liboctave/module.mk (LIBOCTAVE_TST_SRC): Fix typo of $(LIBOCTAVE_TEMPLATE_SRC). diff --git a/liboctave/module.mk b/liboctave/module.mk --- a/liboctave/module.mk +++ b/liboctave/module.mk @@ -93,7 +93,7 @@ $(liboctave_numeric_libnumeric_la_SOURCES) \ $(liboctave_system_libsystem_la_SOURCES) \ $(liboctave_util_libutil_la_SOURCES) \ - $(TEMPLATE_SRC) + $(LIBOCTAVE_TEMPLATE_SRC) LIBOCTAVE_TST_FILES_SRC := $(shell $(top_srcdir)/build-aux/find-files-with-tests.sh "$(srcdir)" $(LIBOCTAVE_TST_SRC))