]> git.itanic.dy.fi Git - glucose/blobdiff - Makefile
Refactor Contour USB communication routines into separate file
[glucose] / Makefile
index 190671e9c735011bf348e96a935bc3b2b5cf567d..929ac1dfdcaeff8f80eb5ac9001a0475d8f8e0d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC = gcc
 LD = ld
 CFLAGS = -Wall -O2 -g
 
-GLUCOSE_OBJS = main.o hiddev.o utils.o options.o
+GLUCOSE_OBJS = main.o hiddev.o utils.o options.o contour-protocol.o
 
 ALL_OBJS = $(GLUCOSE_OBJS)
 ALL_DEBS = $(shell echo " "$(ALL_OBJS) | sed -e "s,[^ ]*\.a,,g" -e     \