diff Makefile.am @ 161:dfea7eee7749

add pyexec and pyeval commands * pyeval.cc: new oct file. * pyexec.cc: new oct file. * Makefile.am (OCT_FILES): Include pyeval.oct and pyexec.oct in the list.
author Colin Macdonald <cbm@m.fsf.org>
date Thu, 10 Mar 2016 23:43:15 -0800
parents a323f9fae46b
children bc4f2e6f7b69
line wrap: on
line diff
--- a/Makefile.am	Wed Mar 09 14:15:26 2016 -0800
+++ b/Makefile.am	Thu Mar 10 23:43:15 2016 -0800
@@ -34,7 +34,9 @@
   README.md
 
 OCT_FILES = \
-  py.oct
+  py.oct \
+  pyeval.oct \
+  pyexec.oct
 
 PYTAVE_HEADER_FILES = \
   arrayobjectdefs.h \