Rename mifare_application_directory.[ch] to mad.[ch].

This commit is contained in:
Romain Tartiere 2009-12-21 00:40:07 +00:00
parent 9478706550
commit 89dd817a63
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ LMF_SRCDIR= ${.CURDIR}/..
.PATH: ${LMF_SRCDIR}
#LMF_SRCS!= ${MAKE} -f ${LMF_SRCDIR}/Makefile -V SRCS
LMF_SRCS= ../mifare_classic.c ../mifare_application_directory.c
LMF_SRCS= ../mifare_classic.c ../mad.c
TESTS= test_read_sector_0.c \
test_authenticate.c \