diff libinterp/operators/module.mk @ 15281:03ef3a183129

build: Use INC rather than INCLUDES for consistent naming in libinterp Makefile.am. * libinterp/Makefile.am, libinterp/interp-core/module.mk, libinterp/interpfcn/module.mk, libinterp/octave-value/module.mk, libinterp/operators/module.mk, libinterp/parse-tree/module.mk: Use INC rather than INCLUDES for consistent naming.
author Rik <rik@octave.org>
date Tue, 04 Sep 2012 07:45:46 -0700
parents 2fc554ffbc28
children 4f6ae6b94abe
line wrap: on
line diff
--- a/libinterp/operators/module.mk
+++ b/libinterp/operators/module.mk
@@ -130,7 +130,7 @@
   operators/op-ui8-ui8.cc
 
 ## These look like included header files to Autotools build process
-OPERATOR_INCLUDES = \
+OPERATORS_INC = \
   operators/op-dm-template.cc \
   operators/op-dms-template.cc \
   operators/op-int.h \