[vlc-commits] Fix distcheck

Jean-Baptiste Kempf git at videolan.org
Thu Apr 16 09:49:54 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 16 09:49:21 2015 +0200| [a01921ef6153cd80278b0288495bba15c0aecf80] | committer: Jean-Baptiste Kempf

Fix distcheck

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

 modules/access/Makefile.am |    4 ++--
 modules/demux/Makefile.am  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index cb158b1..b3fad9f 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -295,7 +295,7 @@ endif
 EXTRA_LTLIBRARIES += libvcdx_plugin.la
 access_LTLIBRARIES += $(LTLIBvcdx)
 
-libdvdnav_plugin_la_SOURCES = access/dvdnav.c ../demux/mpeg/ps.h ../demux/mpeg/pes.h
+libdvdnav_plugin_la_SOURCES = access/dvdnav.c demux/mpeg/ps.h demux/mpeg/pes.h
 libdvdnav_plugin_la_CFLAGS = $(AM_CFLAGS) $(DVDNAV_CFLAGS)
 libdvdnav_plugin_la_LIBADD = $(DVDNAV_LIBS)
 libdvdnav_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(accessdir)'
@@ -305,7 +305,7 @@ endif
 access_LTLIBRARIES += $(LTLIBdvdnav)
 EXTRA_LTLIBRARIES += libdvdnav_plugin.la
 
-libdvdread_plugin_la_SOURCES = access/dvdread.c ../demux/mpeg/ps.h ../demux/mpeg/pes.h
+libdvdread_plugin_la_SOURCES = access/dvdread.c demux/mpeg/ps.h demux/mpeg/pes.h
 libdvdread_plugin_la_CFLAGS = $(AM_CFLAGS) $(DVDREAD_CFLAGS)
 libdvdread_plugin_la_LIBADD = $(DVDREAD_LIBS)
 libdvdread_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(accessdir)'
diff --git a/modules/demux/Makefile.am b/modules/demux/Makefile.am
index 30f0d06..f3eb976 100644
--- a/modules/demux/Makefile.am
+++ b/modules/demux/Makefile.am
@@ -233,7 +233,7 @@ libts_plugin_la_SOURCES = demux/mpeg/ts.c \
 	mux/mpeg/csa.c mux/mpeg/dvbpsi_compat.h \
 	mux/mpeg/streams.h mux/mpeg/tables.c mux/mpeg/tables.h \
 	mux/mpeg/tsutil.c mux/mpeg/tsutil.h \
-	demux/mpeg/dvb-text.h codec/opus_header.c demux/opus.h
+	demux/dvb-text.h codec/opus_header.c demux/opus.h
 libts_plugin_la_CFLAGS = $(AM_CFLAGS) $(DVBPSI_CFLAGS)
 libts_plugin_la_LIBADD = $(DVBPSI_LIBS) $(SOCKET_LIBS)
 if HAVE_ARIBB24



More information about the vlc-commits mailing list