changeset 25902:c3503d044340

* Makefile.am (OCTAVE_INTERPRETER_TARGETS): Add $(OCT_FILE_PKG_ADD_FILES) to the list.
author John W. Eaton <jwe@octave.org>
date Thu, 27 Sep 2018 11:40:01 -0400
parents 31ec95ca0a41
children 06c41d1ae5b1
files Makefile.am
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Wed Sep 26 16:43:33 2018 +0200
+++ b/Makefile.am	Thu Sep 27 11:40:01 2018 -0400
@@ -307,6 +307,9 @@
 nodist_octinclude_HEADERS += \
   octave-config.h
 
+OCTAVE_INTERPRETER_TARGETS += \
+  $(OCT_FILE_PKG_ADD_FILES)
+
 ALL_LOCAL_TARGETS += \
   $(OCTAVE_INTERPRETER_TARGETS) \
   .gdbinit \