diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-09-08 17:29:18 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-09-08 17:29:18 +0000 |
commit | b2fcfea5f72fcecb86ee93d12dfb551ef6be541d (patch) | |
tree | 0474fc3e1756471105d611f79dcaa0d2aa8c885b /Make.include | |
parent | 886098cbd6edd6e3884130bb7d1805816aeccea7 (diff) |
allow to disable g_canvas.h support without editing the Makefile
svn path=/trunk/externals/iemlib/; revision=17559
Diffstat (limited to 'Make.include')
-rw-r--r-- | Make.include | 5 |
1 files changed, 3 insertions, 2 deletions
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) ################################# |