aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-29 01:19:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-29 01:19:59 +0000
commit2209b2219ca22a61cb7eef9c63cc64febd34ed28 (patch)
tree8df063a00287b827d71ee6f6d37295ea9a02a4f5 /externals
parent4a19734b4ed9fb5124e965beb09d6eaa94edc9bd (diff)
pdp and pidip now compile on Debian/stable, so let's try it in the auto-build farm
svn path=/trunk/; revision=6052
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 407e3fd7..883f805f 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -133,7 +133,7 @@ else
LIB_TARGETS += hid
else
# GNU/Linux, BSD, IRIX, etc.
- LIB_TARGETS += hid pdp
+ LIB_TARGETS += hid pdp pidip
endif
endif
@@ -209,8 +209,6 @@ flatspace_install: flatspace $(helpdir) $(objectsdir)
$(helpdir)/$(FLATSPACE_NAME)
install -p \
$(externals_src)/pdogg/*/*.pd \
- $(externals_src)/pdp/doc/objects/*.* \
- $(externals_src)/pidip/doc/*.pd \
$(externals_src)/plugin~/*.pd \
$(externals_src)/rhythm_estimator/*.p? \
$(externals_src)/signal/*/*.pd \
@@ -1661,7 +1659,8 @@ $(externals_src)/pidip/configure: $(externals_src)/pidip/configure.ac
cd $(externals_src)/pidip && autoconf
$(externals_src)/pidip/Makefile: $(externals_src)/pidip/Makefile.in
- -cd $(externals_src)/pidip && ./configure --with-pd=../../pd --with-pdp=../pdp
+ -cd $(externals_src)/pidip && ./configure --with-pd=$(pd_src) \
+ --with-pdp=$(externals_src)/pdp
$(externals_src)/pidip/pidip.$(EXTENSION): $(externals_src)/pidip/configure \
$(externals_src)/pidip/Makefile