From f3b011b484970a48d16980441cff63f3a99080b3 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/ext13/; revision=14463 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea8be17..c7b3201 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ EXTRA_DIST = d_global13.h stream13.h ext13.h ext13.c ext13-help.pd CHANGES # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = -- cgit v1.2.1