Changeset 7690e538aa8ad75a872bd0235f528d2d8f54675f
- Timestamp:
- 05/10/08 19:17:47
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210439867 +0300
- git-parent:
[937e898593c4bf108c3b02d349b940e6667d7f83]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210439818 +0300
- Message:
Do not wander twice in the same subdir - fix distcheck
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r07cb75e |
r7690e53 |
|
| 8 | 8 | # - src (libvlc) is nedeed by modules, mozilla and bindings |
|---|
| 9 | 9 | # - libs/* are needed by modules |
|---|
| | 10 | BASE_SUBDIRS = po src modules share doc test |
|---|
| 10 | 11 | EXTRA_SUBDIRS = m4 extras/package/ipkg \ |
|---|
| 11 | 12 | bindings/python \ |
|---|
| 12 | 13 | libs/loader libs/srtp \ |
|---|
| 13 | 14 | projects/mozilla projects/activex |
|---|
| 14 | | DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS) |
|---|
| | 15 | DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) |
|---|
| 15 | 16 | |
|---|
| 16 | 17 | SUBDIRS = po src |
|---|
| r5d02805 |
r7690e53 |
|
| 1 | | SUBDIRS = \ |
|---|
| | 1 | BASE_SUBDIRS = \ |
|---|
| 2 | 2 | access \ |
|---|
| 3 | 3 | access_filter \ |
|---|
| … | … | |
| 21 | 21 | mux \ |
|---|
| 22 | 22 | stream_out |
|---|
| | 23 | |
|---|
| | 24 | SUBDIRS = $(BASE_SUBDIRS) |
|---|
| | 25 | DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) |
|---|
| 23 | 26 | if ENABLE_SOUT |
|---|
| 24 | 27 | SUBDIRS += access_output mux stream_out |
|---|
| 25 | 28 | endif |
|---|
| 26 | 29 | |
|---|
| 27 | | DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS) |
|---|
| 28 | | |
|---|
| 29 | 30 | dist_noinst_SCRIPTS = genmf list.sh |
|---|
| 30 | 31 | dist_noinst_DATA = LIST |
|---|
| r7849b24 |
r7690e53 |
|
| 4 | 4 | LIBTOOL=@LIBTOOL@ --tag=CC |
|---|
| 5 | 5 | |
|---|
| | 6 | BASE_SUBDIRS = dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen |
|---|
| 6 | 7 | EXTRA_SUBDIRS = bda dshow |
|---|
| 7 | | SUBDIRS = dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen |
|---|
| 8 | | DIST_SUBDIRS = $(EXTRA_SUBDIRS) $(SUBDIRS) |
|---|
| | 8 | SUBDIRS = $(BASE_SUBDIRS) |
|---|
| | 9 | DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) |
|---|
| 9 | 10 | |
|---|
| 10 | 11 | if HAVE_WIN32 |
|---|
| rd4da0d5 |
r7690e53 |
|
| 1 | | SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe |
|---|
| 2 | | DIST_SUBDIRS = lua $(SUBDIRS) |
|---|
| | 1 | BASE_SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe |
|---|
| | 2 | EXTRA_SUBDIRS = lua |
|---|
| | 3 | |
|---|
| | 4 | SUBDIRS = $(BASE_SUBDIRS) |
|---|
| | 5 | DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) |
|---|
| 3 | 6 | |
|---|
| 4 | 7 | if BUILD_LUA |
|---|