Add a new example to write a MAD on MIFARE Classic cards.
It is a WIP example that should not stay long as an example and will be moved in the regression test-suite sooner or later.
This commit is contained in:
parent
a7a561d330
commit
d88aa9b29b
2 changed files with 206 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
AM_CFLAGS = -I. -I$(top_srcdir)/libfreefare @LIBNFC_CFLAGS@
|
||||
AM_LDFLAGS = @LIBNFC_LIBS@
|
||||
|
||||
bin_PROGRAMS = mifare-classic-format
|
||||
bin_PROGRAMS = mifare-classic-format \
|
||||
mifare-classic-write-ndef
|
||||
|
||||
mifare_classic_format_SOURCES = mifare-classic-format.c
|
||||
mifare_classic_format_LDADD = -lnfc $(top_builddir)/libfreefare/libfreefare.la
|
||||
|
||||
mifare_classic_write_ndef_SOURCES = mifare-classic-write-ndef.c
|
||||
mifare_classic_write_ndef_LDADD = -lnfc $(top_builddir)/libfreefare/libfreefare.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue