Changeset ab6a68b2020d04d13c00a28faf76246b84eaa3a1

Show
Ignore:
Timestamp:
04/05/08 14:40:27 (5 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209904827 +0300
git-parent:

[5d6e797a6b0d55e9e5451fabc613ef6d9d14180e]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1209904827 +0300
Message:

Don't recurse to python, ax and mozilla directories if not needed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r01b8538 rab6a68b  
    88#  - src (libvlc) is nedeed by modules, mozilla and bindings 
    99#  - libs/* are needed by modules 
    10 SUBDIRS = po libs/loader libs/srtp src modules \ 
    11         projects/mozilla bindings projects/activex share doc test 
    12 DIST_SUBDIRS = $(SUBDIRS) m4  extras/package/ipkg 
     10EXTRA_SUBDIRS = m4 extras/package/ipkg \ 
     11    bindings/python \ 
     12    projects/mozilla projects/activex 
     13SUBDIRS = po libs/loader libs/srtp src modules share doc test 
     14DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS) 
     15 
     16if BUILD_MOZILLA 
     17SUBDIRS += projects/mozilla 
     18endif 
     19if BUILD_ACTIVEX 
     20SUBDIRS += projects/activex 
     21endif 
     22if BUILD_PYTHON 
     23SUBDIRS += bindings/python 
     24endif 
    1325 
    1426EXTRA_DIST = \