comparison Makefile.am @ 397:fc0fb94161de

Add a wrapper for PyObject pointers (fixes issue #81) * oct-py-object.h: Added the new class python_object * oct-py-util.cc: Edited the existing code to use the new wrapper * Makefile.am: Add the new header to the list of headers
author Abhinav Tripathi <genuinelucifer@gmail.com>
date Thu, 13 Apr 2017 02:10:48 -0700
parents 70071a5512de
children 3905052ebe1d
comparison
equal deleted inserted replaced
396:a1fb6575f6dd 397:fc0fb94161de
69 exceptions.h \ 69 exceptions.h \
70 oct-py-eval.h \ 70 oct-py-eval.h \
71 oct-py-types.h \ 71 oct-py-types.h \
72 oct-py-util.h \ 72 oct-py-util.h \
73 octave_to_python.h \ 73 octave_to_python.h \
74 python_to_octave.h 74 python_to_octave.h \
75 oct-py-object.h
75 76
76 TST_FILES = $(addsuffix -tst,$(OCT_SOURCE_FILES)) 77 TST_FILES = $(addsuffix -tst,$(OCT_SOURCE_FILES))
77 78
78 EXTRA_DIST = $(DOC_FILES) $(M_FILES) $(OCT_SOURCE_FILES) 79 EXTRA_DIST = $(DOC_FILES) $(M_FILES) $(OCT_SOURCE_FILES)
79 80