comparison Makefile.am @ 398:3905052ebe1d

maint: sort uses of new header file oct-py-object.h * Makefile.am (PYTAVE_HEADER_FILES): Sort the list. * oct-py-object.h: Add missing #include <Python.h>. * oct-py-util.cc: Sort the include files.
author Mike Miller <mtmiller@octave.org>
date Fri, 28 Apr 2017 09:03:55 -0700
parents fc0fb94161de
children 478d83448b0b
comparison
equal deleted inserted replaced
397:fc0fb94161de 398:3905052ebe1d
66 PYTAVE_HEADER_FILES = \ 66 PYTAVE_HEADER_FILES = \
67 arrayobjectdefs.h \ 67 arrayobjectdefs.h \
68 config.h \ 68 config.h \
69 exceptions.h \ 69 exceptions.h \
70 oct-py-eval.h \ 70 oct-py-eval.h \
71 oct-py-object.h \
71 oct-py-types.h \ 72 oct-py-types.h \
72 oct-py-util.h \ 73 oct-py-util.h \
73 octave_to_python.h \ 74 octave_to_python.h \
74 python_to_octave.h \ 75 python_to_octave.h
75 oct-py-object.h
76 76
77 TST_FILES = $(addsuffix -tst,$(OCT_SOURCE_FILES)) 77 TST_FILES = $(addsuffix -tst,$(OCT_SOURCE_FILES))
78 78
79 EXTRA_DIST = $(DOC_FILES) $(M_FILES) $(OCT_SOURCE_FILES) 79 EXTRA_DIST = $(DOC_FILES) $(M_FILES) $(OCT_SOURCE_FILES)
80 80