chiark / gitweb /
added first cut at Praxis, renamed constants
[nlopt.git] / Makefile.am
index 7e8c7411267e607a7285d62910a456aa36edfb83..af4ce1c21b8df6292080f89e8c1e365cdb5909a3 100644 (file)
@@ -3,13 +3,13 @@ lib_LTLIBRARIES = libnlopt.la
 
 ACLOCAL_AMFLAGS=-I ./m4
 
-SUBDIRS= util lbfgs subplex direct cdirect stogo api octave . test
+SUBDIRS= util lbfgs subplex direct cdirect stogo praxis api octave . test
 EXTRA_DIST=COPYRIGHT autogen.sh nlopt.pc.in m4
 
 libnlopt_la_SOURCES = 
 libnlopt_la_LIBADD = lbfgs/liblbfgs.la subplex/libsubplex.la   \
 direct/libdirect.la cdirect/libcdirect.la stogo/libstogo.la    \
-api/libapi.la util/libutil.la
+praxis/libpraxis.la api/libapi.la util/libutil.la
 
 libnlopt_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@