]> git.sesse.net Git - vlc/blob - share/Makefile.am
HTTP interface patch by Christophe Mutricy (and no fixes by me)
[vlc] / share / Makefile.am
1 NULL =
2
3 EXTRA_DIST = $(DIST_rsrc) $(DIST_fonts)
4
5 pkgdatadir = $(datadir)/vlc
6
7 dist_pkgdata_DATA = \
8         $(DIST_pda) \
9         $(DIST_familiar) \
10         $(DIST_icons16) \
11         $(DIST_icons32) \
12         $(DIST_icons48) \
13         $(NULL)
14
15 nobase_dist_pkgdata_DATA = \
16         $(DIST_skins2) \
17         $(DIST_http) \
18         $(NULL)
19
20 DIST_fonts = \
21         $(NULL)
22
23 DIST_rsrc = \
24         vlc.icns \
25         newres.h \
26         resource.h \
27         vlc_wince_rc.rc \
28         vlc_beos.rsrc \
29         vlc_win32_rc.rc \
30         vlc-icons.xcf \
31         $(NULL)
32
33 DIST_familiar = \
34         familiar-forwardb16x16.xpm \
35         familiar-openb16x16.xpm \
36         familiar-pauseb16x16.xpm \
37         familiar-playb16x16.xpm \
38         familiar-playlistb16x16.xpm \
39         familiar-preferencesb16x16.xpm \
40         familiar-rewindb16x16.xpm \
41         familiar-stopb16x16.xpm \
42         $(NULL)
43
44 DIST_pda = \
45         pda-forwardb16x16.xpm \
46         pda-openb16x16.xpm \
47         pda-pauseb16x16.xpm \
48         pda-playb16x16.xpm \
49         pda-playlistb16x16.xpm \
50         pda-preferencesb16x16.xpm \
51         pda-rewindb16x16.xpm \
52         pda-stopb16x16.xpm \
53         $(NULL)
54
55 DIST_icons16 = \
56         gnome-vlc16x16.png \
57         gvlc16x16.png \
58         kvlc16x16.png \
59         qvlc16x16.png \
60         vlc16x16.png \
61         vlc16x16.xpm \
62         $(NULL)
63
64 DIST_icons32 = \
65         gnome-vlc32x32.png \
66         gnome-vlc32x32.xpm \
67         gvlc32x32.png \
68         gvlc32x32.xpm \
69         kvlc32x32.png \
70         kvlc32x32.xpm \
71         qvlc32x32.png \
72         qvlc32x32.xpm \
73         vlc32x32.png \
74         vlc32x32.xpm \
75         $(NULL)
76
77 DIST_icons48 = \
78         gnome-vlc48x48.png \
79         gvlc48x48.ico \
80         gvlc48x48.png \
81         kvlc48x48.png \
82         qvlc48x48.png \
83         vlc48x48.ico \
84         vlc48x48.png \
85         $(NULL)
86
87 DIST_skins2 = \
88         skins2/default.vlt \
89         \
90         skins2/fonts/FreeSans.ttf \
91         skins2/skin.dtd \
92         skins2/skin.catalog \
93         $(NULL)
94
95 DIST_http = \
96         http/index.html \
97         http/info.html \
98         http/admin/index.html \
99         http/admin/browse.html \
100         http/admin/dboxfiles.html \
101         http/admin/.access \
102         http/vlm/edit.html \
103         http/vlm/index.html \
104         http/vlm/new.html \
105         http/style.css \
106         http/webcam.html \
107         http/favicon.ico \
108         http/cone_minus.png \
109         http/cone_plus.png \
110         $(NULL)