Show
Ignore:
Timestamp:
04/28/08 21:25:20 (4 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209410720 +0300
git-parent:

[dd8c12fef6ca5a8159fdf86aa873fbaea5be932a]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1209408987 +0300
Message:

Set a substitution variable for configure-enabled plugins

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • m4/vlc.m4

    rd7f3386 rd43f629  
    1313AC_DEFUN([VLC_ADD_PLUGINS], [ 
    1414  PLUGINS="${PLUGINS} $1" 
     15  AC_SUBST([LTLIB$1], ["lib$1_plugin.la"]) 
    1516]) 
    1617