Changeset 3fa2cb69656388086ca6f98ed661002a7ee1a6d0
- Timestamp:
- 08/19/05 18:06:54
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1124467614 +0000
- git-parent:
[0d7fde9d3eebd0a014358dccfa01882eb1495887]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1124467614 +0000
- Message:
Clean up
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r12d8a1d |
r3fa2cb6 |
|
| 14 | 14 | # - loader should come before modules because some plugins need it |
|---|
| 15 | 15 | SUBDIRS = intl loader modules po . mozilla activex share m4 doc |
|---|
| 16 | | DIST_SUBDIRS = $(SUBDIRS) src debian ipkg lib |
|---|
| | 16 | DIST_SUBDIRS = $(SUBDIRS) debian ipkg lib |
|---|
| 17 | 17 | |
|---|
| 18 | 18 | EXTRA_DIST = \ |
|---|
| … | … | |
| 32 | 32 | $(NULL) |
|---|
| 33 | 33 | |
|---|
| 34 | | BUILT_SOURCES = |
|---|
| | 34 | BUILT_SOURCES = \ |
|---|
| | 35 | stamp-api \ |
|---|
| | 36 | src/misc/modules_builtin.h \ |
|---|
| | 37 | src/misc/version.c \ |
|---|
| | 38 | $(NULL) |
|---|
| | 39 | |
|---|
| 35 | 40 | SUFFIXES = |
|---|
| 36 | 41 | |
|---|
| … | … | |
| 45 | 50 | # Headers |
|---|
| 46 | 51 | ############################################################################### |
|---|
| 47 | | |
|---|
| 48 | | BUILT_SOURCES += \ |
|---|
| 49 | | stamp-api \ |
|---|
| 50 | | src/misc/modules_builtin.h \ |
|---|
| 51 | | src/misc/version.c \ |
|---|
| 52 | | $(NULL) |
|---|
| 53 | 52 | |
|---|
| 54 | 53 | pkgincludedir = $(includedir)/vlc |
|---|
| … | … | |
| 260 | 259 | evc/config.h.in \ |
|---|
| 261 | 260 | evc/modules_builtin_evc.h \ |
|---|
| | 261 | src/misc/modules_builtin.h.in \ |
|---|
| 262 | 262 | $(NULL) |
|---|
| 263 | 263 | |
|---|