From 2cc6b7fb0fb3c39f1fc38a6d33d3449804870232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 7 Mar 2011 11:55:28 +0000 Subject: fallback to include PD_INCLUDE (without /pd) svn path=/trunk/externals/iem/iemnet/; revision=15016 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01241e7..7d6f3f3 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ DEBUG_CFLAGS = #------------------------------------------------------------------------------# # -I"$(PD_INCLUDE)/pd" supports the header location for 0.43 -ALL_CFLAGS = -I"$(PD_INCLUDE)/pd" +ALL_CFLAGS = -I"$(PD_INCLUDE)/pd" -I"$(PD_INCLUDE)" ALL_LDFLAGS = ALL_LIBS = -- cgit v1.2.1