diff options
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) ################################# |