Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
7690e538
Commit
7690e538
authored
May 10, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not wander twice in the same subdir - fix distcheck
parent
937e8985
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
+14
-8
Makefile.am
Makefile.am
+2
-1
modules/Makefile.am
modules/Makefile.am
+4
-3
modules/access/Modules.am
modules/access/Modules.am
+3
-2
modules/misc/Modules.am
modules/misc/Modules.am
+5
-2
No files found.
Makefile.am
View file @
7690e538
...
...
@@ -7,11 +7,12 @@
# which have makefiles with distribution information.
# - src (libvlc) is nedeed by modules, mozilla and bindings
# - libs/* are needed by modules
BASE_SUBDIRS
=
po src modules share doc
test
EXTRA_SUBDIRS
=
m4 extras/package/ipkg
\
bindings/python
\
libs/loader libs/srtp
\
projects/mozilla projects/activex
DIST_SUBDIRS
=
$(SUBDIRS)
$(EXTRA_SUBDIRS)
DIST_SUBDIRS
=
$(
BASE_
SUBDIRS)
$(EXTRA_SUBDIRS)
SUBDIRS
=
po src
if
LOADER
...
...
modules/Makefile.am
View file @
7690e538
SUBDIRS
=
\
BASE_
SUBDIRS
=
\
access
\
access_filter
\
audio_filter
\
...
...
@@ -20,11 +20,12 @@ EXTRA_SUBDIRS = \
access_output
\
mux
\
stream_out
SUBDIRS
=
$(BASE_SUBDIRS)
DIST_SUBDIRS
=
$(BASE_SUBDIRS)
$(EXTRA_SUBDIRS)
if
ENABLE_SOUT
SUBDIRS
+=
access_output mux stream_out
endif
DIST_SUBDIRS
=
$(SUBDIRS)
$(EXTRA_SUBDIRS)
dist_noinst_SCRIPTS
=
genmf list.sh
dist_noinst_DATA
=
LIST
modules/access/Modules.am
View file @
7690e538
...
...
@@ -3,9 +3,10 @@
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
BASE_SUBDIRS = dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen
EXTRA_SUBDIRS = bda dshow
SUBDIRS =
dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen
DIST_SUBDIRS = $(
EXTRA_SUBDIRS) $(
SUBDIRS)
SUBDIRS =
$(BASE_SUBDIRS)
DIST_SUBDIRS = $(
BASE_SUBDIRS) $(EXTRA_
SUBDIRS)
if HAVE_WIN32
SUBDIRS += bda dshow
...
...
modules/misc/Modules.am
View file @
7690e538
SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe
DIST_SUBDIRS = lua $(SUBDIRS)
BASE_SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe
EXTRA_SUBDIRS = lua
SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
if BUILD_LUA
SUBDIRS += lua
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment