aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-07-29 15:22:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-07-29 15:22:30 +0000
commita4421a17ccb00672c5a25142d892d83aa50c2b24 (patch)
tree2af2d5ae7a85d87c91129c5af65bb05a837e9f08
parent2099fe453384475f94baa84e45d6ca6a95c59b52 (diff)
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
-rw-r--r--Makefile6
1 files 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