diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-08 04:10:36 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-08 04:10:36 +0000 |
commit | 844527b8afc603b071ef6d8bb90267c8eab6d5e8 (patch) | |
tree | 35acec8b9b96132e78cae503b4340bdb90e87973 /Makefile | |
parent | d37d3b0f503aea58900d81e32aefba6d63cdeb18 (diff) |
use /pd since this lib needs other headers besides m_pd.h
svn path=/trunk/externals/ext13/; revision=14000
Diffstat (limited to 'Makefile')
-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 = |