diff src/rocklight/Makefile @ 327:f3f77cbd58f3 trunk

[svn] Add support for Apple PMU front LED to Rocklight. Tested on PowerBook 5,9; works but is rather slow to update.
author chainsaw
date Sat, 02 Dec 2006 18:17:14 -0800
parents cf1054422f81
children 0c50f248ed10
line wrap: on
line diff
--- a/src/rocklight/Makefile	Sat Dec 02 14:43:27 2006 -0800
+++ b/src/rocklight/Makefile	Sat Dec 02 18:17:14 2006 -0800
@@ -7,7 +7,7 @@
 
 LIBADD = $(GTK_LIBS)
 
-SOURCES = rocklight.c thinklight.c
+SOURCES = rocklight.c $(LEDCODE)
 
 OBJECTS = ${SOURCES:.c=.o}