From 9a2d7f5e15053fae958bd01113f462cd637bb221 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 22 Nov 2010 01:54:53 +0000 Subject: re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43 svn path=/trunk/externals/hcs/; revision=14463 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32d5f3e..497d955 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ EXTRA_DIST = README-ifeel.txt ifeel.h # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = -- cgit v1.2.1