Added version.c to demos.

This commit is contained in:
skarg
2007-08-14 16:00:16 +00:00
parent 1b9a00e238
commit fe7b8c0459
22 changed files with 50 additions and 21 deletions
+2 -1
View File
@@ -76,7 +76,8 @@ SRCS = main.c \
..\..\reject.c \
..\..\bacerror.c \
..\..\apdu.c \
..\..\npdu.c
..\..\npdu.c \
..\..\version.c
OBJS = $(SRCS:.c=.obj)