From 92438201028ba3caaff7ee4a691ebe4a63aca6de Mon Sep 17 00:00:00 2001 From: jschueller Date: Mon, 24 Feb 2014 09:53:56 +0100 Subject: [PATCH] add test_std.py to EXTRA_DIST --- test/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + -- 2.30.2