Fix rs232.* under linux.
Fix merged code to be C99 compiliant. Try to fix dev_arygon under linux (could not be tested here, sorry). Try to fix MacOSX makefile (could not be tested here, sorry). Adjust src/Makefile.am to compile/dist all new files.
This commit is contained in:
parent
d74f0d13dd
commit
eccb9d3d3b
8 changed files with 56 additions and 55 deletions
|
|
@ -24,7 +24,7 @@ LD = gcc
|
|||
CFLAGS = -fPIC -Wall -O4 $(LIBPCSC_HEADERS) $(LIBUSB_HEADERS)
|
||||
LDFLAGS = -fPIC -Wall -O4
|
||||
|
||||
OBJS = dev_pn531.o dev_acr122.o bitutils.o libnfc.o
|
||||
OBJS = dev_pn531.o dev_pn533.o dev_acr122.o dev_arygon.o bitutils.o libnfc.o rs232.o
|
||||
HEADERS = devices.h bitutils.h defines.h libnfc.h
|
||||
LIBNFC = libnfc.$(LIBNFC_TYPE)
|
||||
EXES = anticol emulate list mftool relay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue