From 6c8e28d20a69aa770932a4a0f9e81f94911cb276 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 Oct 2009 05:03:33 +0000 Subject: got a basic smc example working, including outputting all supported keys svn path=/trunk/externals/apple/; revision=12658 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6ead937..9498e23 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SOURCES = # For objects that only build on certain platforms, add those to the SOURCES # line for the right platforms. -SOURCES_Darwin = ambient_light_sensor.c iodisplay.c keyboard_light.c sudden_motion_sensor.c +SOURCES_Darwin = ambient_light_sensor.c iodisplay.c keyboard_light.c sudden_motion_sensor.c smc.c SOURCES_Linux = SOURCES_Windows = -- cgit v1.2.1