changeset 20405:f74ab65ee1bf

Restore installation of tests from template source files * liboctave/module.mk (LIBOCTAVE_TST_SRC): Fix typo of $(LIBOCTAVE_TEMPLATE_SRC).
author Mike Miller <mtmiller@octave.org>
date Mon, 20 Jul 2015 18:31:52 -0400
parents 131ce8cfaa80
children 07ddaaeb9040
files liboctave/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/module.mk	Sun Jul 19 17:41:21 2015 +0100
+++ b/liboctave/module.mk	Mon Jul 20 18:31:52 2015 -0400
@@ -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))