From 49c4720928999d9037410d3f60457661a6bcb18c Mon Sep 17 00:00:00 2001 From: xantares Date: Sun, 3 Nov 2013 08:31:46 +0100 Subject: [PATCH] Include python example in tarball. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2