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

Do not wander twice in the same subdir - fix distcheck

parent 937e8985
...@@ -7,11 +7,12 @@ ...@@ -7,11 +7,12 @@
# which have makefiles with distribution information. # which have makefiles with distribution information.
# - src (libvlc) is nedeed by modules, mozilla and bindings # - src (libvlc) is nedeed by modules, mozilla and bindings
# - libs/* are needed by modules # - libs/* are needed by modules
BASE_SUBDIRS = po src modules share doc test
EXTRA_SUBDIRS = m4 extras/package/ipkg \ EXTRA_SUBDIRS = m4 extras/package/ipkg \
bindings/python \ bindings/python \
libs/loader libs/srtp \ libs/loader libs/srtp \
projects/mozilla projects/activex projects/mozilla projects/activex
DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS) DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
SUBDIRS = po src SUBDIRS = po src
if LOADER if LOADER
......
SUBDIRS = \ BASE_SUBDIRS = \
access \ access \
access_filter \ access_filter \
audio_filter \ audio_filter \
...@@ -20,11 +20,12 @@ EXTRA_SUBDIRS = \ ...@@ -20,11 +20,12 @@ EXTRA_SUBDIRS = \
access_output \ access_output \
mux \ mux \
stream_out stream_out
SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
if ENABLE_SOUT if ENABLE_SOUT
SUBDIRS += access_output mux stream_out SUBDIRS += access_output mux stream_out
endif endif
DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS)
dist_noinst_SCRIPTS = genmf list.sh dist_noinst_SCRIPTS = genmf list.sh
dist_noinst_DATA = LIST dist_noinst_DATA = LIST
...@@ -3,9 +3,10 @@ ...@@ -3,9 +3,10 @@
# obviously does not. Here is a fix for that. # obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC LIBTOOL=@LIBTOOL@ --tag=CC
BASE_SUBDIRS = dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen
EXTRA_SUBDIRS = bda dshow EXTRA_SUBDIRS = bda dshow
SUBDIRS = dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(EXTRA_SUBDIRS) $(SUBDIRS) DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
if HAVE_WIN32 if HAVE_WIN32
SUBDIRS += bda dshow SUBDIRS += bda dshow
......
SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe BASE_SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe
DIST_SUBDIRS = lua $(SUBDIRS) EXTRA_SUBDIRS = lua
SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
if BUILD_LUA if BUILD_LUA
SUBDIRS += lua SUBDIRS += lua
......
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