mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 16:14:01 +02:00
Proper Python includes
This commit is contained in:
parent
05bd1d4de0
commit
faf8eb9cd7
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,5 @@
|
|||
CXXFLAGS += -Wall -g -I /usr/include/python2.6/ -fPIC
|
||||
PYTHON_INCLUDES := $(shell python-config --includes)
|
||||
CXXFLAGS += -Wall -g $(PYTHON_INCLUDES) -fPIC
|
||||
LDFLAGS += -lnfc
|
||||
OBJECTS = brmdoor_nfc.o brmdoor_nfc_wrap.o
|
||||
SWIG_GENERATED = brmdoor_nfc_wrap.cxx brmdoor_nfc.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue