Changeset 7849b2496116224c43b78a09a463c5d57033c535

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

[4ebc6479615be3397bc8d346d75a2e5cbe3098d9]

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

More avoidable directories

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    rab6a68b r7849b24  
    1010EXTRA_SUBDIRS = m4 extras/package/ipkg \ 
    1111    bindings/python \ 
     12    libs/loader libs/srtp \ 
    1213    projects/mozilla projects/activex 
    13 SUBDIRS = po libs/loader libs/srtp src modules share doc test 
    1414DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS) 
    1515 
     16SUBDIRS = po src 
     17if LOADER 
     18SUBDIRS += libs/loader 
     19endif 
     20if HAVE_LIBGCRYPT 
     21SUBDIRS += libs/srtp 
     22endif 
     23SUBDIRS += modules share doc test 
    1624if BUILD_MOZILLA 
    1725SUBDIRS += projects/mozilla 
  • libs/loader/Makefile.am

    r5568a82 r7849b24  
    1010# 
    1111 
    12 if LOADER 
    1312noinst_LTLIBRARIES = libloader.la 
    14 endif 
    1513 
    1614# TODO: real check for vsscanf() and <sys/mmap.h> 
  • libs/srtp/Makefile.am

    rdc88457 r7849b24  
    2626 
    2727EXTRA_PROGRAMS = srtp 
    28 if HAVE_LIBGCRYPT 
    2928noinst_LTLIBRARIES = libvlc_srtp.la 
    3029check_PROGRAMS = test-aes test-recv 
    3130TESTS = $(check_PROGRAMS) 
    32 endif 
    3331 
    3432libvlc_srtp_la_SOURCES = srtp.c 
  • modules/access/Modules.am

    r5d6e797 r7849b24  
    1 SUBDIRS = bda dshow dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen 
    21# Automake forgets to add a proper tag to libtool with Objective-C files. 
    32# Moreover Libtool should default tag to CC when none is specified but 
    43# obviously does not. Here is a fix for that. 
    54LIBTOOL=@LIBTOOL@ --tag=CC 
     5 
     6EXTRA_SUBDIRS = bda dshow 
     7SUBDIRS = dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen 
     8DIST_SUBDIRS = $(EXTRA_SUBDIRS) $(SUBDIRS) 
     9 
     10if HAVE_WIN32 
     11SUBDIRS += bda dshow 
     12endif 
    613 
    714SOURCES_access_file = file.c