comparison src/Makefile.am @ 9816:b1462c588dd5

add -DX_DLL_DEFS to CPPFLAGS
author John W. Eaton <jwe@octave.org>
date Fri, 13 Nov 2009 22:43:41 -0500
parents 2d6a5af744b6
children c84684473c4d
comparison
equal deleted inserted replaced
9815:29f4f8c9b3f1 9816:b1462c588dd5
532 ops.cc \ 532 ops.cc \
533 version.h \ 533 version.h \
534 $(OPT_HANDLERS) \ 534 $(OPT_HANDLERS) \
535 $(OPT_INC) 535 $(OPT_INC)
536 536
537 liboctinterp_la_CPPFLAGS = @OCTINTERP_DLL_DEFS@
538
537 liboctinterp_la_LDFLAGS = -release $(version) $(NO_UNDEFINED_LDFLAG) 539 liboctinterp_la_LDFLAGS = -release $(version) $(NO_UNDEFINED_LDFLAG)
538 540
539 ## Order matters here. Leave builtins.cc last, because it depends on 541 ## Order matters here. Leave builtins.cc last, because it depends on
540 ## $(DEF_FILES), and building those requires all the sources 542 ## $(DEF_FILES), and building those requires all the sources
541 ## (except builtins.cc) to be available. List only one of graphics.h 543 ## (except builtins.cc) to be available. List only one of graphics.h