chiark / gitweb /
nlopt (2.4.2+dfsg-8) unstable; urgency=medium
[nlopt.git] / test / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/api -I$(top_srcdir)/util
2
3 noinst_PROGRAMS = testopt
4
5 testopt_SOURCES = testfuncs.c testfuncs.h testopt.cpp
6 testopt_LDADD = $(top_builddir)/libnlopt@NLOPT_SUFFIX@.la
7 EXTRA_DIST = test_std.py
8