From 0e57a1c6cda97648ae42d5ac7bf605f28215e154 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 26 May 2020 11:48:37 +0200 Subject: [PATCH] optional python.. Thanks @doegox! --- client/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/Makefile b/client/Makefile index adc07c88b..9ee678a4b 100644 --- a/client/Makefile +++ b/client/Makefile @@ -293,6 +293,11 @@ ifeq ($(BT_FOUND),1) PM3CFLAGS += -DHAVE_BLUEZ endif +ifeq ($(PYTHON_FOUND),1) + PM3CFLAGS += -DHAVE_PYTHON +endif + + CXXFLAGS ?= -Wall -Werror -O3 PM3CXXFLAGS = $(CXXFLAGS) PM3CXXFLAGS += -I../include