From a4421a17ccb00672c5a25142d892d83aa50c2b24 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 29 Jul 2009 15:22:30 +0000 Subject: switched back to pd custom vars since I couldn't think how to do it with the standard 'prefix' svn path=/trunk/externals/ext13/; revision=11886 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7c2267b..b528fe9 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,9 @@ SOURCES_Windows = # #------------------------------------------------------------------------------# -prefix = ../.. -libdir = $(prefix)/lib -pd_src = $(libdir)/pd +# where the pd source is +pd_src = ../../pd +# where to install the library objectsdir = $(pd_src)/extra CFLAGS = -DPD -I$(pd_src)/src -Wall -W -g -- cgit v1.2.1