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

modules: removed unused Makefile variables

parent c7664435
...@@ -39,8 +39,6 @@ do ...@@ -39,8 +39,6 @@ do
# DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead. # DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.
basedir = ${basedir} basedir = ${basedir}
dir = ${dir}
mods = ${mods}
libvlc_LTLIBRARIES = ${libvlc_ltlibs} libvlc_LTLIBRARIES = ${libvlc_ltlibs}
EXTRA_LTLIBRARIES = ${extra_ltlibs} EXTRA_LTLIBRARIES = ${extra_ltlibs}
...@@ -51,7 +49,7 @@ include \$(srcdir)/Modules.am ...@@ -51,7 +49,7 @@ include \$(srcdir)/Modules.am
if MAINTAINER_MODE if MAINTAINER_MODE
\$(srcdir)/Makefile.am: \$(srcdir)/Modules.am \$(top_srcdir)/modules/genmf \$(srcdir)/Makefile.am: \$(srcdir)/Modules.am \$(top_srcdir)/modules/genmf
\$(AM_V_GEN)cd \\\$(top_srcdir) && \\\$(SHELL) modules/genmf \$(dir) \$(AM_V_GEN)cd \\\$(top_srcdir) && \\\$(SHELL) modules/genmf ${dir}
endif endif
EOF EOF
......
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