Changeset d43f6298ec5696a3542fd53c0e9e0b8a82682c9b
- 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
| rd7f3386 |
rd43f629 |
|
| 13 | 13 | AC_DEFUN([VLC_ADD_PLUGINS], [ |
|---|
| 14 | 14 | PLUGINS="${PLUGINS} $1" |
|---|
| | 15 | AC_SUBST([LTLIB$1], ["lib$1_plugin.la"]) |
|---|
| 15 | 16 | ]) |
|---|
| 16 | 17 | |
|---|