[vlc-devel] [PATCH] Fix make dist after 9d29844fd1028
Rafaël Carré
funman at videolan.org
Mon Jul 8 08:50:06 CEST 2013
---
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
--
1.8.3.2
More information about the vlc-devel
mailing list