1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Fix genmf invocation

This commit is contained in:
Rémi Denis-Courmont 2008-04-21 22:04:35 +03:00
parent 2040035d0f
commit cd369d68d7
2 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@ all-modules:
if MAINTAINER_MODE
$(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf
cd \$(top_srcdir) && \$(SHELL) modules/genmf ${dir}
cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir)
endif
mostlyclean-local:

View File

@ -29,6 +29,7 @@ do
# DO NOT EDIT - edit Modules.am or \$(top_srcdir)/bootstrap instead
basedir = ${basedir}
dir = ${dir}
mods = ${mods}
SUBDIRS = ${subdirs}
EXTRA_LTLIBRARIES = ${extra_ltlibs}