Changeset 6bd44f4c62f87f24e301310fa3941d640b76ec5b
- Timestamp:
- 26/05/08 20:04:46
(6 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211825086 +0300
- git-parent:
[db7b9410e3cc17b9476890cdd5ec0b956e9a4ccb]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211824860 +0300
- Message:
Install a bunch of "clean" headers
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3b9c827 |
r6bd44f4 |
|
| 37 | 37 | |
|---|
| 38 | 38 | pluginsinclude_HEADERS = \ |
|---|
| 39 | | ../include/vlc_arrays.h \ |
|---|
| 40 | | ../include/vlc_common.h \ |
|---|
| 41 | | ../include/vlc_config.h \ |
|---|
| 42 | | ../include/vlc_configuration.h \ |
|---|
| 43 | | ../include/vlc_main.h \ |
|---|
| 44 | | ../include/vlc_messages.h \ |
|---|
| 45 | | ../include/vlc_modules.h \ |
|---|
| 46 | | ../include/vlc_mtime.h \ |
|---|
| 47 | | ../include/vlc_objects.h \ |
|---|
| 48 | | ../include/vlc_plugin.h \ |
|---|
| 49 | | ../include/vlc_threads.h \ |
|---|
| 50 | | ../include/vlc_variables.h \ |
|---|
| 51 | | $(NULL) |
|---|
| 52 | | |
|---|
| 53 | | noinst_HEADERS = \ |
|---|
| 54 | | ../include/iso_lang.h \ |
|---|
| 55 | | ../include/mmx.h \ |
|---|
| 56 | 39 | ../include/vlc_access.h \ |
|---|
| 57 | 40 | ../include/vlc_acl.h \ |
|---|
| 58 | | ../include/vlc_aout.h \ |
|---|
| | 41 | ../include/vlc_arrays.h \ |
|---|
| 59 | 42 | ../include/vlc_bits.h \ |
|---|
| 60 | 43 | ../include/vlc_block.h \ |
|---|
| … | … | |
| 62 | 45 | ../include/vlc_charset.h \ |
|---|
| 63 | 46 | ../include/vlc_codec.h \ |
|---|
| | 47 | ../include/vlc_common.h \ |
|---|
| | 48 | ../include/vlc_config.h \ |
|---|
| | 49 | ../include/vlc_config_cat.h \ |
|---|
| | 50 | ../include/vlc_configuration.h \ |
|---|
| | 51 | ../include/vlc_epg.h \ |
|---|
| | 52 | ../include/vlc_es_out.h \ |
|---|
| | 53 | ../include/vlc_events.h \ |
|---|
| | 54 | ../include/vlc_gcrypt.h \ |
|---|
| | 55 | ../include/vlc_httpd.h \ |
|---|
| | 56 | ../include/vlc_main.h \ |
|---|
| | 57 | ../include/vlc_md5.h \ |
|---|
| | 58 | ../include/vlc_messages.h \ |
|---|
| | 59 | ../include/vlc_meta.h \ |
|---|
| | 60 | ../include/vlc_modules.h \ |
|---|
| | 61 | ../include/vlc_mtime.h \ |
|---|
| | 62 | ../include/vlc_objects.h \ |
|---|
| | 63 | ../include/vlc_plugin.h \ |
|---|
| | 64 | ../include/vlc_stream.h \ |
|---|
| | 65 | ../include/vlc_strings.h \ |
|---|
| | 66 | ../include/vlc_threads.h \ |
|---|
| | 67 | ../include/vlc_variables.h \ |
|---|
| | 68 | ../include/vlc_url.h \ |
|---|
| | 69 | ../include/vlc_xml.h \ |
|---|
| | 70 | $(NULL) |
|---|
| | 71 | |
|---|
| | 72 | noinst_HEADERS = \ |
|---|
| | 73 | ../include/iso_lang.h \ |
|---|
| | 74 | ../include/mmx.h \ |
|---|
| | 75 | ../include/vlc_aout.h \ |
|---|
| 64 | 76 | ../include/vlc_codec_synchro.h \ |
|---|
| 65 | 77 | ../include/vlc_codecs.h \ |
|---|
| 66 | | ../include/vlc_config_cat.h \ |
|---|
| 67 | 78 | ../include/vlc_demux.h \ |
|---|
| 68 | 79 | ../include/vlc_devices.h \ |
|---|
| 69 | | ../include/vlc_epg.h \ |
|---|
| 70 | 80 | ../include/vlc_es.h \ |
|---|
| 71 | | ../include/vlc_es_out.h \ |
|---|
| 72 | | ../include/vlc_events.h \ |
|---|
| 73 | 81 | ../include/vlc_filter.h \ |
|---|
| 74 | 82 | ../include/vlc_fixups.h \ |
|---|
| 75 | | ../include/vlc_gcrypt.h \ |
|---|
| 76 | | ../include/vlc_httpd.h \ |
|---|
| 77 | 83 | ../include/vlc_image.h \ |
|---|
| 78 | 84 | ../include/vlc_input.h \ |
|---|
| … | … | |
| 80 | 86 | ../include/vlc_intf_strings.h \ |
|---|
| 81 | 87 | ../include/vlc_keys.h \ |
|---|
| 82 | | ../include/vlc_md5.h \ |
|---|
| 83 | | ../include/vlc_meta.h \ |
|---|
| 84 | 88 | ../include/vlc_network.h \ |
|---|
| 85 | 89 | ../include/vlc_osd.h \ |
|---|
| … | … | |
| 89 | 93 | ../include/vlc_services_discovery.h \ |
|---|
| 90 | 94 | ../include/vlc_sout.h \ |
|---|
| 91 | | ../include/vlc_stream.h \ |
|---|
| 92 | 95 | ../include/vlc_streaming.h \ |
|---|
| 93 | | ../include/vlc_strings.h \ |
|---|
| 94 | 96 | ../include/vlc_tls.h \ |
|---|
| 95 | 97 | ../include/vlc_update.h \ |
|---|
| 96 | | ../include/vlc_url.h \ |
|---|
| 97 | 98 | ../include/vlc_vlm.h \ |
|---|
| 98 | 99 | ../include/vlc_vod.h \ |
|---|
| 99 | 100 | ../include/vlc_vout.h \ |
|---|
| 100 | | ../include/vlc_xml.h \ |
|---|
| 101 | 101 | $(NULL) |
|---|
| 102 | 102 | |
|---|