Changeset b54b2ddbcb094baa736b565e49643098c9514d1f

Show
Ignore:
Timestamp:
05/10/08 17:52:30 (2 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1210434750 +0300
git-parent:

[730cd5337654da7de545f5710234898313dd4fa9]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1210434750 +0300
Message:

Distribute data files regardless of features set

Installation that needs to be disabled, not distribution!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • share/Makefile.am

    r58b8ff4 rb54b2dd  
    1 EXTRA_DIST = $(DIST_rsrc) \ 
    2     $(skins2_default_vlt_FILES) 
    31MOSTLYCLEANFILES = $(nobase_pkgdata_DATA)  
    42 
    53pkgdatadir = $(datadir)/vlc 
    64 
     5nobase_dist_data_DATA = applications/vlc.desktop 
     6 
    77dist_pkgdata_DATA = \ 
    8     $(DIST_pda) \ 
    98    $(DIST_icons16) \ 
    109    $(DIST_icons32) \ 
    1110    $(DIST_icons48) \ 
    1211    $(DIST_icons128) 
    13  
    1412nobase_dist_pkgdata_DATA = \ 
    1513    utils/gnome-vlc-default.sh \ 
    1614    utils/audio-vlc-default.sh \ 
    1715    utils/video-vlc-default.sh \ 
     16    $(NULL) 
     17 
     18EXTRA_DIST = \ 
     19    $(DIST_rsrc) \ 
     20    $(DIST_pda) \ 
     21    $(skins2_default_vlt_FILES) \ 
    1822    $(DIST_skins2) \ 
    1923    $(DIST_http) \ 
     
    2731if BUILD_SKINS 
    2832nobase_pkgdata_DATA = skins2/default.vlt 
    29 endif 
    30 nobase_dist_data_DATA = applications/vlc.desktop 
    31  
     33nobase_dist_pkgdata_DATA += $(DIST_skins2) 
     34endif 
     35if BUILD_PDA 
     36nobase_dist_pkgdata_DATA += $(DIST_pda) 
     37endif 
     38if BUILD_HTTPD 
     39nobase_dist_pkgdata_DATA += $(DIST_http) 
     40endif 
     41if BUILD_OSDMENU 
     42nobase_dist_pkgdata_DATA += \ 
     43    $(DIST_osdmenu_default) \ 
     44    $(DIST_osdmenu_dvd) \ 
     45    $(DIST_osdmenu_minimal) 
     46endif 
     47if BUILD_LUA 
     48nobase_dist_pkgdata_DATA += $(DIST_lua) 
     49if BUILD_HTTPD 
     50nobase_dist_pkgdata_DATA += $(DIST_http_lua) 
     51endif 
     52endif 
     53if BUILD_MOZILLA 
     54# TODO: move to the mozilla directory 
     55nobase_dist_pkgdata_DATA += $(DIST_mozilla) 
     56endif 
    3257 
    3358DIST_rsrc = \ 
     
    3863    vlc_win32_rc.rc 
    3964 
    40 if BUILD_PDA 
    4165DIST_pda = \ 
    4266    pda-forwardb16x16.xpm \ 
     
    4872    pda-rewindb16x16.xpm \ 
    4973    pda-stopb16x16.xpm 
    50 endif 
    5174 
    5275DIST_icons16 = vlc16x16.png vlc16x16.xpm 
     
    5881DIST_icons128 = vlc128x128.png vlc128x128-christmas.png 
    5982 
    60 if BUILD_SKINS 
    6183DIST_skins2 = \ 
    6284    skins2/fonts/FreeSans.ttf \ 
     
    99121    mkdir -p skins2 
    100122    tar cvvzf skins2/default.vlt --exclude .svn -C $(srcdir)/skins2 default/ 
    101 endif 
    102  
    103 if BUILD_HTTPD 
     123 
    104124DIST_http = \ 
    105125    http/.hosts \ 
     
    181201    http/vlm_export.html \ 
    182202    http/flash.html 
    183 endif 
    184  
    185 if BUILD_OSDMENU 
     203 
    186204DIST_osdmenu_default = \ 
    187205    osdmenu/default.cfg \ 
     
    257275    osdmenu/minimal/fs_panel.png \ 
    258276    osdmenu/minimal/fs_panel_mockup.png 
    259 endif 
    260  
    261 if BUILD_LUA 
     277 
    262278DIST_lua= \ 
    263279    lua/meta/README.txt \ 
     
    352368    lua/http/vlm_export.html \ 
    353369    lua/http/flash.html 
    354 endif 
    355  
    356 if BUILD_MOZILLA 
     370 
    357371DIST_mozilla = \ 
    358372    mozilla/fullscreen.xpm \ 
     
    368382    mozilla/volume_mute.xpm \ 
    369383    mozilla/volume_slider_bar.xpm 
    370 endif