From: xantares Date: Sun, 3 Nov 2013 07:31:46 +0000 (+0100) Subject: Include python example in tarball. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=49c4720928999d9037410d3f60457661a6bcb18c;p=nlopt.git Include python example in tarball. --- diff --git a/test/Makefile.am b/test/Makefile.am index dd2476b..5b79b54 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,5 +2,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/api -I$(top_srcdir)/util noinst_PROGRAMS = testopt -testopt_SOURCES = testfuncs.c testfuncs.h testopt.cpp +testopt_SOURCES = testfuncs.c testfuncs.h testopt.cpp test_std.py testopt_LDADD = $(top_builddir)/libnlopt@NLOPT_SUFFIX@.la