diff --git a/client/Makefile b/client/Makefile index 4f74cd86c..adbd2c0ce 100644 --- a/client/Makefile +++ b/client/Makefile @@ -421,6 +421,10 @@ ifeq ($(PYTHON_FOUND),1) PM3CFLAGS += -DHAVE_PYTHON endif +ifeq ($(GD_FOUND),1) + PM3CFLAGS += -DHAVE_GD +endif + ifeq ($(SWIG_LUA_FOUND),1) PM3CFLAGS += -DHAVE_LUA_SWIG endif