Update python-config to python2.7-config, now default on Raspbian 8

This commit is contained in:
Ondrej Mikle 2015-12-04 17:09:59 +01:00
parent cb1dc6dab9
commit f77a3e3e86

View file

@ -1,4 +1,4 @@
PYTHON_INCLUDES := $(shell python-config --includes)
PYTHON_INCLUDES := $(shell python2.7-config --includes)
CXXFLAGS += -Wall -g $(PYTHON_INCLUDES) -fPIC
LDFLAGS += -lnfc
OBJECTS = brmdoor_nfc.o brmdoor_nfc_wrap.o