[vlc-devel] commit: Set a substitution variable for configure-enabled plugins ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Apr 28 21:45:11 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 28 21:56:27 2008 +0300| [d43f6298ec5696a3542fd53c0e9e0b8a82682c9b]

Set a substitution variable for configure-enabled plugins

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d43f6298ec5696a3542fd53c0e9e0b8a82682c9b
---

 m4/vlc.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/m4/vlc.m4 b/m4/vlc.m4
index a6ff7d6..3c7f304 100644
--- a/m4/vlc.m4
+++ b/m4/vlc.m4
@@ -12,6 +12,7 @@ AC_DEFUN([VLC_ADD_BUILTINS], [
 
 AC_DEFUN([VLC_ADD_PLUGINS], [
   PLUGINS="${PLUGINS} $1"
+  AC_SUBST([LTLIB$1], ["lib$1_plugin.la"])
 ])
 
 dnl  Special cases: vlc, pics, plugins, save




More information about the vlc-devel mailing list