Mercurial > hg > octave-nkf
diff liboctave/module.mk @ 20580: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 | 9b44691a3520 |
children | 3c70050faa1e |
line wrap: on
line diff
--- 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))