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

Fixes

parent 23561f61
...@@ -6216,7 +6216,10 @@ then ...@@ -6216,7 +6216,10 @@ then
dnl this one is needed until automake knows what to do dnl this one is needed until automake knows what to do
VLC_ADD_LIBS([test3],[-lobjc]) VLC_ADD_LIBS([test3],[-lobjc])
VLC_ADD_PLUGINS([${TESTS}]) VLC_ADD_PLUGINS([test1])
VLC_ADD_PLUGINS([test2])
VLC_ADD_PLUGINS([test3])
VLC_ADD_PLUGINS([test4])
fi fi
dnl dnl
...@@ -6297,8 +6300,8 @@ AS_IF([test "${plugin_support}" != "no"], [ ...@@ -6297,8 +6300,8 @@ AS_IF([test "${plugin_support}" != "no"], [
AM_CONDITIONAL(HAVE_PLUGINS, [test "${plugin_support}" != "no"]) AM_CONDITIONAL(HAVE_PLUGINS, [test "${plugin_support}" != "no"])
dnl Temporary(?) hack for plugins/builtins transition dnl Temporary(?) hack for plugins/builtins transition
VLC_ADD_PLUGINS([${BUILTINS}]) dnl VLC_ADD_PLUGINS([${BUILTINS}])
BUILTINS="" dnl BUILTINS=""
dnl dnl
dnl Pic and shared libvlc stuff dnl Pic and shared libvlc stuff
......
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