# HG changeset patch # User Rik # Date 1308671313 25200 # Node ID 684ff193ddd23b36654e29e5baeef4f32f5b001e # Parent 13bcd62824a74473cb77434cc81d9345335b696d Restore ability to compile on Windows platforms src/Makefile.am: Restore liboctave dependencies accidentally deleted in changeset 633ef00d963c. diff -r 13bcd62824a7 -r 684ff193ddd2 src/Makefile.am --- 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: