Changeset 5475597bbfa442bf7748e0c87993a150d26189de
- Timestamp:
- 03/26/08 21:52:11
(5 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206564731 +0100
- git-parent:
[fa9b34d3b84fcc1eb093fe50c5e277798f1f4774]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206564731 +0100
- Message:
src: Fix vlc/*.h headers distribution.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3e075a2 |
r5475597 |
|
| 21 | 21 | dist_pkginclude_HEADERS = \ |
|---|
| 22 | 22 | ../include/vlc/vlc.h \ |
|---|
| | 23 | ../include/vlc/common.h \ |
|---|
| | 24 | ../include/vlc/deprecated.h \ |
|---|
| 23 | 25 | ../include/vlc/libvlc.h \ |
|---|
| 24 | 26 | ../include/vlc/libvlc_structures.h \ |
|---|
| | 27 | ../include/vlc/libvlc_media_list.h \ |
|---|
| | 28 | ../include/vlc/libvlc_events.h \ |
|---|
| | 29 | ../include/vlc/libvlc_vlm.h \ |
|---|
| 25 | 30 | ../include/vlc/mediacontrol.h \ |
|---|
| 26 | 31 | ../include/vlc/mediacontrol_structures.h \ |
|---|