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 | edb04a8dd9f56e5490bf9f3ee8ae64afb518846b (patch) | |
tree | 219db897182cf86dae107775bfd3cc072378fb97 /Makefile | |
parent | 584a32c05cf40dadfe8056596024d1d5a5dfa55b (diff) |
use /pd since this lib needs other headers besides m_pd.h
svn path=/trunk/externals/pddp/; revision=14000
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ EXTRA_DIST = parse_meta.pd pddplink.tcl # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = |