diff Makefile.in @ 3420:207b5f6713d9

Update fl-core for current release patch Makefile.in: add fl-core to octave forge package list src/of-fl-core-1-fixes.patch: update patch for current release. src/of-fl-core.mk: Update checksum
author John Donoghue <john.donoghue@ieee.org>
date Mon, 13 Jan 2014 21:27:34 -0500
parents 3d24cec05900
children 7e0b4087cd58
line wrap: on
line diff
--- a/Makefile.in	Mon Jan 13 18:26:59 2014 -0500
+++ b/Makefile.in	Mon Jan 13 21:27:34 2014 -0500
@@ -350,7 +350,7 @@
 endif
 
 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
-OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets zenity actuarial data-smoothing fuzzy-logic-toolkit quaternion fits)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets zenity actuarial data-smoothing fuzzy-logic-toolkit quaternion fits fl-core)
 
 MAKE_SHARED_FROM_STATIC := \
   $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)