chiark / gitweb /
Merge pull request #66 from bradking/gitignore-octave
[nlopt.git] / util / Makefile.am
index 04ec0c9501badd76297b7ef7eb7b1355ccd95e7b..ca4dff9a0212a6ae51039638c48edddbf307a855 100644 (file)
@@ -1,7 +1,7 @@
 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 redblack.c redblack.h qsort_r.c
+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