diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 01:54:53 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 13:53:22 +0200 |
commit | 3985f790deaab15905959e70d2f2288cb57f4733 (patch) | |
tree | cf00976b4e48bc398d7c6a16f4f853e7f8c530fb /Makefile | |
parent | bcb36add25f5f7538ff13a0f9828db8a06830c03 (diff) |
re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43
svn path=/trunk/externals/maxlib/; revision=14463
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 maxlib.c maxli # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = |