From d571efcc910f49c6a0ec49de87daddd7fe10b7a1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 8 Sep 2010 04:00:19 +0000 Subject: use /pd for headers since this lib needs others besides m_pd.h svn path=/trunk/externals/hcs/; revision=13998 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ece2d09..d111471 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ EXTRA_DIST = cursor.gif README-ifeel.txt embed.pd 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