mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 16:14:01 +02:00
Add libfreefare to LDFLAGS
This commit is contained in:
parent
8dad9a5cc4
commit
892b69f939
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ DEFAULT_PYTHON_VERSION := $(shell python2 -c 'import platform; print "%s.%s" % p
|
|||
PYTHON_CONFIG := python$(DEFAULT_PYTHON_VERSION)-config
|
||||
PYTHON_INCLUDES := $(shell $(PYTHON_CONFIG) --includes)
|
||||
CXXFLAGS += -Wall -g $(PYTHON_INCLUDES) -fPIC -std=c++11
|
||||
LDFLAGS += -lnfc
|
||||
LDFLAGS += -lnfc -lfreefare
|
||||
OBJECTS = nfc_smartcard.o nfc_smartcard_wrap.o
|
||||
SWIG_GENERATED = nfc_smartcard_wrap.cxx nfc_smartcard.py
|
||||
PY_MODULE = _nfc_smartcard.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue