diff libinterp/corefcn/module.mk @ 27002:c04329ead503

new class for executing commands and getting result * oct-process.h, oct-process.cc: New files. * libinterp/corefcn/module.mk: Update.
author Andrew Janke <andrew@apjanke.net>
date Fri, 11 Jan 2019 21:24:26 -0500
parents cf9e10ce3351
children 99aa1bcb8848
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Fri Mar 29 18:34:33 2019 +0000
+++ b/libinterp/corefcn/module.mk	Fri Jan 11 21:24:26 2019 -0500
@@ -68,6 +68,7 @@
   %reldir%/oct-obj.h \
   %reldir%/oct-prcstrm.h \
   %reldir%/oct-procbuf.h \
+  %reldir%/oct-process.h \
   %reldir%/oct-stdstrm.h \
   %reldir%/oct-stream.h \
   %reldir%/oct-strstrm.h \
@@ -208,6 +209,7 @@
   %reldir%/oct-map.cc \
   %reldir%/oct-prcstrm.cc \
   %reldir%/oct-procbuf.cc \
+  %reldir%/oct-process.cc \
   %reldir%/oct-stream.cc \
   %reldir%/oct-strstrm.cc \
   %reldir%/oct-tex-lexer.ll \