Corrected unit test builds on Linux.

This commit is contained in:
skarg
2007-08-31 22:05:02 +00:00
parent d2fa7d44c6
commit 8aa905ce68
5 changed files with 13 additions and 7 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ BASEDIR = .
CFLAGS = -Wall -I. -Itest -DTEST -DTEST_ADDRESS -g
SRCS = address.c \
test/ctest.c
bacaddr.c \
test/ctest.c
OBJS = ${SRCS:.c=.o}