mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 09:33:48 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user