changeset 12762:684ff193ddd2 stable

Restore ability to compile on Windows platforms src/Makefile.am: Restore liboctave dependencies accidentally deleted in changeset 633ef00d963c.
author Rik <octave@nomad.inbox5.com>
date Tue, 21 Jun 2011 08:48:33 -0700
parents 13bcd62824a7
children f511bfe00d14 3347ccb91708
files src/Makefile.am
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Mon Jun 20 10:17:20 2011 -0700
+++ b/src/Makefile.am	Tue Jun 21 08:48:33 2011 -0700
@@ -575,6 +575,15 @@
 
 liboctinterp_la_LIBADD = $(OCTINTERP_LINK_DEPS)
 
+## Additional library dependencies used by module.mk files
+OCT_LINK_DEPS = \
+  $(RLD_FLAG) $(LDFLAGS) \
+  ./liboctinterp.la \
+  ../liboctave/liboctave.la \
+  ../libcruft/libcruft.la \
+  ../libcruft/libranlib.la \
+  ../libgnu/libgnu.la
+
 liboctinterp_la_CPPFLAGS = @OCTINTERP_DLL_DEFS@ $(AM_CPPFLAGS)
 
 # Increment these as needed and according to the rules in the libtool manual: