From eb4691098767935c1ffd10f7da46796c11eefcfa Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 28 Jun 2010 15:57:54 -0600 Subject: Use sched_getaffinity() rather than sysconf(_SC_NPROCESSORS_ONLN). Also, abstract cpu counting into dedicated dmnsn_ncpus() function. --- libdimension/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libdimension/Makefile.am') diff --git a/libdimension/Makefile.am b/libdimension/Makefile.am index 732233e..905606d 100644 --- a/libdimension/Makefile.am +++ b/libdimension/Makefile.am @@ -49,8 +49,6 @@ lib_LTLIBRARIES = libdimension.la libdimension_la_SOURCES = $(nobase_include_HEADERS) \ ambient.c \ - prtree.c \ - prtree.h \ camera.c \ canvas.c \ canvas_pigment.c \ @@ -71,8 +69,12 @@ libdimension_la_SOURCES = $(nobase_include_HEADERS) \ perspective.c \ phong.c \ plane.c \ + platform.c \ + platform.h \ point_light.c \ progress.c \ + prtree.c \ + prtree.h \ raytrace.c \ reflective.c \ scene.c \ -- cgit v1.2.3