From 892b69f939d82ed8bbc6a2cbddf17a16d5fb6051 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Sun, 22 Oct 2017 19:51:10 +0200 Subject: [PATCH] Add libfreefare to LDFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55f9145..55ef496 100644 --- a/Makefile +++ b/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