diff Makefile.am @ 132:386772f4e12d

Clean up includes thanks to Octave header changes * octave_to_python.cc, py.cc, pytave.cc, python_to_octave.cc: Include project config.h first, do not undefine macros or include pytavedefs.h workaround. * pytavedefs.h: Delete. * Makefile.am (_pytave_la_SOURCES): Remove pytavedefs.h from the list.
author Mike Miller <mtmiller@octave.org>
date Mon, 04 Apr 2016 15:03:36 -0700
parents 00d19f71c9ca
children 058a964ae1de
line wrap: on
line diff
--- a/Makefile.am	Sun Sep 20 15:17:46 2015 +0200
+++ b/Makefile.am	Mon Apr 04 15:03:36 2016 -0700
@@ -12,7 +12,7 @@
 -l@BOOST_PYTHON_LIB@ -R @PYTAVE_OCTAVE_RPATH@
 
 _pytave_la_SOURCES = octave_to_python.cc pytave.cc python_to_octave.cc \
-arrayobjectdefs.h octave_to_python.h pytavedefs.h exceptions.h   \
+arrayobjectdefs.h octave_to_python.h exceptions.h   \
 exceptions.cc python_to_octave.h config.h
 
 all-am: py.oct