From f32ab2eb4db354fa5143dbf0c36fd35589cd785f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 30 Sep 2009 19:04:18 +0000 Subject: added pd/src as a location to look for pd.dll for building on MinGW svn path=/trunk/externals/moocow/; revision=12502 --- extended/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extended/Makefile b/extended/Makefile index 31ff00d..7de8cbf 100644 --- a/extended/Makefile +++ b/extended/Makefile @@ -36,7 +36,7 @@ MOOCOW_BUILD_VERSION ?=2009-04-27.002 # CFLAGS="$(shell echo $(CFLAGS))" ##-- works CONFIGURE_ARGS=\ CFLAGS="$(CFLAGS) -I/sw/include" \ - LDFLAGS="$(LDFLAGS) -L$(pd_src)/bin -L$(pd_src)/obj -L/sw/lib" \ + LDFLAGS="$(LDFLAGS) -L$(pd_src)/src -L$(pd_src)/bin -L$(pd_src)/obj -L/sw/lib" \ --with-pd-include="$(pd_src)/src" \ --with-pd-dir="$(MOOCOW_BUILD)" \ --disable-dependency-tracking -- cgit v1.2.1