diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 01:54:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 01:54:53 +0000 |
commit | f3b011b484970a48d16980441cff63f3a99080b3 (patch) | |
tree | bb73a9337d3ddbfa56dd3498f0b562a52bf54d8e | |
parent | 2401e064a45295b5718398a6492f3786d36eefea (diff) |
re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43
svn path=/trunk/externals/ext13/; revision=14463
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ EXTRA_DIST = d_global13.h stream13.h ext13.h ext13.c ext13-help.pd CHANGES # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = |