diff libinterp/parse-tree/module.mk @ 15258:cd8248cc6020

Use -DOCTINTERP_DLL when compiling convenience libaries in libinterp. * libinterp/corefcn/module.mk (corefcn_libcorefcn_la_CPPFLAGS): New variable, defined to $(liboctinterp_la_CPPFLAGS). * libinterp/interp-core/module.mk (interp_core_libinterp_core_la_CPPFLAGS): Likewise. * libinterp/interpfcn/module.mk (interpfcn_libinterpfcn_la_CPPFLAGS): Likewise. * libinterp/octave-value/module.mk (octave_value_liboctave_value_la_CPPFLAGS): Likewise. * libinterp/parse-tree/module.mk (parse_tree_libparse_tree_la_CPPFLAGS): Likewise.
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 30 Aug 2012 15:52:50 +0100
parents 2fc554ffbc28
children 03ef3a183129
line wrap: on
line diff
--- a/libinterp/parse-tree/module.mk	Thu Aug 30 15:52:44 2012 +0100
+++ b/libinterp/parse-tree/module.mk	Thu Aug 30 15:52:50 2012 +0100
@@ -91,3 +91,4 @@
 noinst_LTLIBRARIES += parse-tree/libparse-tree.la
 
 parse_tree_libparse_tree_la_SOURCES = $(PARSE_TREE_SRC)
+parse_tree_libparse_tree_la_CPPFLAGS = $(liboctinterp_la_CPPFLAGS)