Commit 91df5145 authored by Rafaël Carré's avatar Rafaël Carré

Remove unused PLUGINS variable

parent 35d22928
...@@ -4113,11 +4113,6 @@ dnl Handle substvars that use $(top_srcdir) ...@@ -4113,11 +4113,6 @@ dnl Handle substvars that use $(top_srcdir)
dnl dnl
CPPFLAGS="-I\$(top_srcdir)/include -I\$(top_builddir)/include ${CPPFLAGS}" CPPFLAGS="-I\$(top_srcdir)/include -I\$(top_builddir)/include ${CPPFLAGS}"
dnl
dnl Sort the modules list
dnl
PLUGINS=$( (for i in `echo $PLUGINS`; do echo $i; done)|sort|xargs )
dnl dnl
dnl Configuration is finished dnl Configuration is finished
dnl dnl
......
...@@ -7,7 +7,6 @@ m4_pattern_allow([^PKG_CONFIG(_LIBDIR)?$]) ...@@ -7,7 +7,6 @@ m4_pattern_allow([^PKG_CONFIG(_LIBDIR)?$])
AC_DEFUN([VLC_ADD_PLUGIN], [ AC_DEFUN([VLC_ADD_PLUGIN], [
m4_foreach_w([element], [$1], [ m4_foreach_w([element], [$1], [
[PLUGINS="${PLUGINS} ]element["]
AC_SUBST([LTLIB]element, [lib]element[_plugin.la]) AC_SUBST([LTLIB]element, [lib]element[_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