Changeset 7b8360e5e5343aa60d3fef3959c41970826ee570
- Timestamp:
- 12/06/03 08:56:01
(5 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1055400961 +0000
- git-parent:
[65db108e241f9151277ff69581c3048310f25fd4]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1055400961 +0000
- Message:
* Makefile.am: fixed inclusion of skins in make dist.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0a9aea6 |
r7b8360e |
|
| 12 | 12 | $(DIST_icons32) \ |
|---|
| 13 | 13 | $(DIST_icons48) \ |
|---|
| | 14 | $(DIST_skins) \ |
|---|
| 14 | 15 | $(NULL) |
|---|
| 15 | 16 | |
|---|
| 16 | | nobase_pkgdata_DATA = \ |
|---|
| 17 | | $(DIST_skins) |
|---|
| 18 | | |
|---|
| 19 | 17 | DIST_fonts = \ |
|---|
| 20 | 18 | default8x16.psf \ |
|---|