linphone.bundle updated

This commit is contained in:
Sylvain Berfini 2012-02-18 18:43:21 +01:00
parent d08cc26738
commit 2565148fd9

View file

@ -14,7 +14,7 @@
-->
<prefix name="default">/opt/local</prefix>
<prefix name="linphone">${env:LINPHONE_INSTALL_PREFIX}</prefix>
<prefix name="liblinphone">${env:LINPHONE_INSTALL_PREFIX}</prefix>
<prefix name="liblinphone">${env:LIBLINPHONE_INSTALL_PREFIX}</prefix>
<prefix name="macports">/opt/local</prefix>
<!-- The project directory is the default location of the created
app. If you leave out the path, the current directory is
@ -75,6 +75,14 @@
${prefix:macports}/lib/libeXosip.*.dylib
</binary>
<binary>
${prefix:macports}/lib/libsoup-2.4*.dylib
</binary>
<binary dest="${bundle}/Contents/Resources/lib/liblinphone/plugins/libmssilk.so">
${prefix}/lib/mediastreamer/plugins/libmssilk.so
</binary>
<!-- Copy in GTK+ modules. Note the ${gtkdir} macro, which expands
to the correct library subdirectory for the specified gtk
version.