From 260b6f700c80b12d2e47bc48233a6a4553866821 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Sat, 11 Apr 2015 09:35:53 -0400 Subject: [PATCH] add cmake files to tarball (close #35) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ad699ee..182fd84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ CXX_LIBS = stogo/libstogo.la endif SUBDIRS = util direct cdirect $(CXX_DIRS) praxis luksan crs mlsl mma cobyla newuoa neldermead auglag bobyqa isres slsqp esch api . octave test swig -EXTRA_DIST = autogen.sh nlopt.pc.in m4 +EXTRA_DIST = autogen.sh nlopt.pc.in m4 CMakeLists.txt config.cmake.h.in libnlopt@NLOPT_SUFFIX@_la_SOURCES = libnlopt@NLOPT_SUFFIX@_la_LIBADD = direct/libdirect.la \ -- 2.30.2