diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-08 04:10:36 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 13:53:22 +0200 |
commit | 9883b59aef70e0340e60cf4fcecc0980b5fba35b (patch) | |
tree | 3221f3662d43ec91fb61f87ff6c3e4dad32a4886 /Makefile | |
parent | 04c9417d63b68d3cad4c7fc9c4e97eda93699317 (diff) |
use /pd since this lib needs other headers besides m_pd.h
svn path=/trunk/externals/maxlib/; revision=14000
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ EXTRA_DIST = HISTORY automata.txt examplescore.txt maxlib-help.pd # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = |