Changeset 23f7ae063c941fb2d7bbef2b2f7e478fc450eb04

Show
Ignore:
Timestamp:
26/03/03 00:32:00 (6 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1048635120 +0000
git-parent:

[8b722b23adeba8d38edb0506b93b2a8b83ae38c5]

git-author:
Sam Hocevar <sam@videolan.org> 1048635120 +0000
Message:
  • ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
  • ./Makefile.am: we distribute ./toolbox.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r866a814 r23f7ae0  
    22# Automake targets and declarations 
    33############################################################################### 
     4 
     5NULL = 
    46 
    57# SUBDIRS stores the directories where a "make" is required when building 
     
    911DIST_SUBDIRS = $(SUBDIRS) modules src debian doc ipkg lib autotools 
    1012 
    11 EXTRA_DIST = HACKING MAINTAINERS src/extras/COPYING \ 
    12              INSTALL.win32 README.MacOSX.rtf vlc.spec install-win32 \ 
    13              Modules.am \ 
    14              configure.ac.in mkinstalldirs bootstrap 
     13EXTRA_DIST = \ 
     14    HACKING \ 
     15    INSTALL.win32 \ 
     16    MAINTAINERS \ 
     17    Modules.am \ 
     18    README.MacOSX.rtf \ 
     19    bootstrap \ 
     20    configure.ac.in \ 
     21    install-win32 \ 
     22    src/extras/COPYING \ 
     23    toolbox \ 
     24    vlc.spec \ 
     25    $(NULL) 
     26 
    1527MOSTLYCLEANFILES = 
    1628BUILT_SOURCES = 
    1729SUFFIXES =  
    18 NULL = 
    1930 
    2031# List of programs, libraries and headers that need to be built and/or