changeset 15601:35bc8f16538f

Use CRUFT_DLL when compiling liboctave. * liboctave/Makefile.am (liboctave_la_CPPFLAGS): Add @CRUFT_DLL_DEFS@.
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 05 Nov 2012 01:48:23 +0000
parents fcdc284f96ef
children f3e339aee38f
files liboctave/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Makefile.am	Mon Nov 05 01:48:16 2012 +0000
+++ b/liboctave/Makefile.am	Mon Nov 05 01:48:23 2012 +0000
@@ -85,7 +85,7 @@
 ## It has no source code itself.
 liboctave_la_SOURCES = 
 
-liboctave_la_CPPFLAGS = @OCTAVE_DLL_DEFS@ $(AM_CPPFLAGS)
+liboctave_la_CPPFLAGS = @OCTAVE_DLL_DEFS@ @CRUFT_DLL_DEFS@ $(AM_CPPFLAGS)
 
 include link-deps.mk