From b2fcfea5f72fcecb86ee93d12dfb551ef6be541d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 8 Sep 2015 17:29:18 +0000 Subject: allow to disable g_canvas.h support without editing the Makefile svn path=/trunk/externals/iemlib/; revision=17559 --- Make.include | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Make.include') diff --git a/Make.include b/Make.include index 7dcd744..2241fd9 100644 --- a/Make.include +++ b/Make.include @@ -9,8 +9,9 @@ PDSOURCE ?= /usr/local/src/pd/src # path to iemlib.h IEMLIB_INCLUDE = ../../include -#define to true if private Pd-header g_canvas.h is in out search-path -PD_DEFINES += -DHAVE_G_CANVAS_H +#comment out if private Pd-header g_canvas.h is not in our search-path +DEF_CANVAS = -DHAVE_G_CANVAS_H +PD_DEFINES += $(DEF_CANVAS) ################################# -- cgit v1.2.1