Commit 120dd9b4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

VLC_ADD_PLUGINS -> VLC_ADD_PLUGIN

parent bd9b90d8
This diff is collapsed.
......@@ -10,7 +10,7 @@ AC_DEFUN([VLC_ADD_BUILTINS], [
BUILTINS="${BUILTINS} $1"
])
AC_DEFUN([VLC_ADD_PLUGINS], [
AC_DEFUN([VLC_ADD_PLUGIN], [
PLUGINS="${PLUGINS} $1"
AC_SUBST([LTLIB$1], ["lib$1_plugin.la"])
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment