[vlc-commits] Fix make dist after 9d29844fd1028

Rafaël Carré git at videolan.org
Mon Jul 8 09:18:42 CEST 2013


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Jul  8 08:45:12 2013 +0200| [b14d3897e26d001afec0fd394d7b9ec06455e6b2] | committer: Rafaël Carré

Fix make dist after 9d29844fd1028

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b14d3897e26d001afec0fd394d7b9ec06455e6b2
---

 modules/common.am |    1 -
 modules/genmf     |    2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/common.am b/modules/common.am
index c766fc1..4899988 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -7,7 +7,6 @@
 
 NULL =
 libvlcdir = $(vlclibdir)/plugins/$(basedir)
-EXTRA_DIST = Modules.am
 BUILT_SOURCES =
 CLEANFILES = $(BUILT_SOURCES)
 
diff --git a/modules/genmf b/modules/genmf
index c6b2bca..8b0e26a 100755
--- a/modules/genmf
+++ b/modules/genmf
@@ -44,6 +44,8 @@ mods = ${mods}
 libvlc_LTLIBRARIES = ${libvlc_ltlibs}
 EXTRA_LTLIBRARIES = ${extra_ltlibs}
 
+EXTRA_DIST = Modules.am
+
 include \$(top_srcdir)/modules/common.am
 include \$(srcdir)/Modules.am
 



More information about the vlc-commits mailing list