AM_CPPFLAGS = -I$(top_srcdir)/util -I$(top_srcdir)/api
noinst_LTLIBRARIES = libcdirect.la
-libcdirect_la_SOURCES = cdirect.c hybrid.c cdirect.h redblack.c redblack.h
-
-noinst_PROGRAMS = redblack_test
-redblack_test_SOURCES = redblack_test.c
-redblack_test_LDADD = libcdirect.la
+libcdirect_la_SOURCES = cdirect.c hybrid.c cdirect.h
EXTRA_DIST =
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
+
+noinst_PROGRAMS = redblack_test
+redblack_test_SOURCES = redblack_test.c
+redblack_test_LDADD = libutil.la