From 8001688d326088481085ef9da9f6cedbdcdcd4fa Mon Sep 17 00:00:00 2001 From: stevenj Date: Sun, 9 Mar 2008 14:56:01 -0400 Subject: [PATCH] fix directory build order (build lib before octave and test) darcs-hash:20080309185601-c8de0-2e6696442a11d11fb31c0a2e5f3e20c339f0d48f.gz --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e33c24b..66ec384 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ lib_LTLIBRARIES = libnlopt.la ACLOCAL_AMFLAGS=-I ./m4 -SUBDIRS= util subplex direct cdirect stogo praxis luksan crs mlsl api octave . test +SUBDIRS= util subplex direct cdirect stogo praxis luksan crs mlsl api . octave test EXTRA_DIST=COPYRIGHT autogen.sh nlopt.pc.in m4 libnlopt_la_SOURCES = -- 2.30.2