diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-13 06:43:07 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-13 06:43:07 +0000 |
commit | 965d9b51335e3b7cbd1ac3599cab45fcd71ef581 (patch) | |
tree | 93d5e88a03e869fe0bfbad643f75cd81c53b6588 /opengl/Makefile.config | |
parent | 36e537155cd6ff43632ca76d8301e4dbd1601ce2 (diff) |
updated to build against 0.43
svn path=/trunk/externals/pdp/; revision=14619
Diffstat (limited to 'opengl/Makefile.config')
-rw-r--r-- | opengl/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/Makefile.config b/opengl/Makefile.config index 1e0fd61..74d5bf3 100644 --- a/opengl/Makefile.config +++ b/opengl/Makefile.config @@ -23,7 +23,7 @@ endif ifeq ($(UNAME),Darwin) TARGET = darwin CPPFLAGS += -I/sw/include - PD_EXECUTABLE=../../../pd/bin/pd + PD_EXECUTABLE=../../../pd/src/pd LDFLAGS = -lgsl -lGL -lGLU -lglut -lX11 -L/sw/lib -L/usr/X11R6/lib endif |