Bump dependency.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Mon, 30 Dec 2013 18:31:54 +0000 (13:31 -0500)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Mon, 30 Dec 2013 18:32:23 +0000 (13:32 -0500)
Makefile
deps/bitfield-c

index a8ea84c..5d75784 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC = gcc
-INCLUDES = -Isrc -Ideps/canutil/src
+INCLUDES = -Isrc -Ideps/bitfield-c/src
 CFLAGS = $(INCLUDES) -c -w -Wall -Werror -g -ggdb -std=c99
 LDFLAGS =
 LDLIBS = -lcheck
@@ -16,7 +16,7 @@ ifneq ($(OSTYPE),Darwin)
 endif
 
 SRC = $(wildcard src/**/*.c)
-SRC += $(wildcard deps/canutil/src/**/*.c)
+SRC += $(wildcard deps/bitfield-c/src/**/*.c)
 OBJS = $(SRC:.c=.o)
 TEST_SRC = $(wildcard $(TEST_DIR)/test_*.c)
 TESTS=$(patsubst %.c,%.bin,$(TEST_SRC))
index 518430f..cd74b88 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 518430f122772016715660086a630ff595e4fcfd
+Subproject commit cd74b88432054107c439c4e565bea14840dd9ea5