comparison liboctave/Makefile.am @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 4b8b942ef8db 446c46af4b42
children 4197fc428c7d
comparison
equal deleted inserted replaced
19626:37d37297acf8 19630:0e1f5a750d00
81 include system/module.mk 81 include system/module.mk
82 include util/module.mk 82 include util/module.mk
83 83
84 ## liboctave merely collects a bunch of compiled convenience libraries. 84 ## liboctave merely collects a bunch of compiled convenience libraries.
85 ## It has no source code itself. 85 ## It has no source code itself.
86 liboctave_la_SOURCES = 86 liboctave_la_SOURCES =
87 87
88 liboctave_la_CPPFLAGS = @OCTAVE_DLL_DEFS@ @CRUFT_DLL_DEFS@ $(AM_CPPFLAGS) 88 liboctave_la_CPPFLAGS = @OCTAVE_DLL_DEFS@ @CRUFT_DLL_DEFS@ $(AM_CPPFLAGS)
89 89
90 include link-deps.mk 90 include link-deps.mk
91 91