chiark
/
gitweb
/
~ianmdlvl
/
nlopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
49c4720
)
add test_std.py to EXTRA_DIST
author
jschueller
<julien.schueller@gmail.com>
Mon, 24 Feb 2014 08:53:56 +0000
(09:53 +0100)
committer
jschueller
<julien.schueller@gmail.com>
Mon, 24 Feb 2014 08:53:56 +0000
(09:53 +0100)
test/Makefile.am
patch
|
blob
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index 5b79b5406aeeacf184d1a72383da73a643563a6b..f0b3f471ac2cb54d908641d85f76195ceb564236 100644
(file)
--- 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
+