chiark / gitweb /
Merge pull request #66 from bradking/gitignore-octave
[nlopt.git] / util / Makefile.am
index b487355cf8df09e63f9db522b9253f1c2629d003..ca4dff9a0212a6ae51039638c48edddbf307a855 100644 (file)
@@ -1,2 +1,8 @@
+AM_CPPFLAGS = -I$(top_srcdir)/api
+
 noinst_LTLIBRARIES = libutil.la
-libutil_la_SOURCES = mt19937ar.c sobolseq.c soboldata.h timer.c stop.c nlopt-util.h
+libutil_la_SOURCES = mt19937ar.c sobolseq.c soboldata.h timer.c stop.c nlopt-util.h redblack.c redblack.h qsort_r.c rescale.c
+
+noinst_PROGRAMS = redblack_test
+redblack_test_SOURCES = redblack_test.c
+redblack_test_LDADD = libutil.la