From 9883b59aef70e0340e60cf4fcecc0980b5fba35b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 8 Sep 2010 04:10:36 +0000 Subject: use /pd since this lib needs other headers besides m_pd.h svn path=/trunk/externals/maxlib/; revision=14000 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33bb9bc..846cef3 100644 --- a/Makefile +++ b/Makefile @@ -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 = -- cgit v1.2.1