From: jschueller Date: Mon, 24 Feb 2014 08:53:56 +0000 (+0100) Subject: add test_std.py to EXTRA_DIST X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=92438201028ba3caaff7ee4a691ebe4a63aca6de;p=nlopt.git add test_std.py to EXTRA_DIST --- diff --git a/test/Makefile.am b/test/Makefile.am index 5b79b54..f0b3f47 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,5 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/api -I$(top_srcdir)/util noinst_PROGRAMS = testopt -testopt_SOURCES = testfuncs.c testfuncs.h testopt.cpp test_std.py +testopt_SOURCES = testfuncs.c testfuncs.h testopt.cpp testopt_LDADD = $(top_builddir)/libnlopt@NLOPT_SUFFIX@.la +EXTRA_DIST = test_std.py +