aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-19 04:28:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-19 04:28:45 +0000
commit33529a0531ab008ddd08af56024e7425a0bd1a86 (patch)
tree21616ef4c349a755127726e54fa8c91a3f4e7ece /Makefile.in
parent9fb42baba94590e4219e62fc4e3ce0e92346d4e6 (diff)
added some padding to the dylib link names so that they can be rewritten by install_name_tool. This is used in the Pd-extended build system to include all needed dylibs in the Pd.app. See https://pow.idmi.poly.edu/weblog/hans/MacOSX/2007/04/18/install_name_toolchangingins.html for more details
svn path=/trunk/externals/pidip/; revision=7578
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bc1e272..567d3bf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,7 +42,7 @@ pdp_pidip_all:
pidip.pd_darwin: pdp_pidip_all
rm -f pidip.pd_darwin
- g++ -bundle -undefined dynamic_lookup -o pidip.pd_darwin modules/*.o system/*.o -L/sw/lib $(THEORA_LIBS) $(PDP_PIDIP_LIBS) $(IMLIB_LIBS) $(MAGICK_LIBS)
+ g++ -bundle -undefined dynamic_lookup -headerpad_max_install_names -o pidip.pd_darwin modules/*.o system/*.o -L/sw/lib $(THEORA_LIBS) $(PDP_PIDIP_LIBS) $(IMLIB_LIBS) $(MAGICK_LIBS)
strip -x pidip.pd_darwin
pidip.pd_linux: pdp_pidip_all