From 195c56d9c01328b060611aaacf9a4c29bee76874 Mon Sep 17 00:00:00 2001 From: dmotd Date: Sat, 16 Oct 2010 00:38:44 +0000 Subject: PD_INCLUDE has extra folder suffix svn path=/trunk/externals/maxlib/; revision=14234 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4bff5c..a410fa4 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ EXTRA_DIST = HISTORY automata.txt examplescore.txt maxlib-help.pd # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g LDFLAGS = LIBS = -- cgit v1.2.1