Corrected compile errors found during unit test.

This commit is contained in:
skarg
2006-05-21 12:15:19 +00:00
parent 418286615f
commit 9cdc90c25d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_BINARY_INPUT -g
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
demo/object/ai.c \
demo/object/bi.c \
test/ctest.c
OBJS = ${SRCS:.c=.o}