Changeset 23f7ae063c941fb2d7bbef2b2f7e478fc450eb04
- 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
| r866a814 |
r23f7ae0 |
|
| 2 | 2 | # Automake targets and declarations |
|---|
| 3 | 3 | ############################################################################### |
|---|
| | 4 | |
|---|
| | 5 | NULL = |
|---|
| 4 | 6 | |
|---|
| 5 | 7 | # SUBDIRS stores the directories where a "make" is required when building |
|---|
| … | … | |
| 9 | 11 | DIST_SUBDIRS = $(SUBDIRS) modules src debian doc ipkg lib autotools |
|---|
| 10 | 12 | |
|---|
| 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 |
|---|
| | 13 | EXTRA_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 | |
|---|
| 15 | 27 | MOSTLYCLEANFILES = |
|---|
| 16 | 28 | BUILT_SOURCES = |
|---|
| 17 | 29 | SUFFIXES = |
|---|
| 18 | | NULL = |
|---|
| 19 | 30 | |
|---|
| 20 | 31 | # List of programs, libraries and headers that need to be built and/or |
|---|