]> git.sesse.net Git - vlc/blobdiff - share/Makefile.am
* modules/demux/flac.c, modules/codec/flac.c: couple of fixes.
[vlc] / share / Makefile.am
index 9e2932b7ee3e1e759110054f59a32784e41e9b03..91e776c84c8ea3ad9f2def06e86eb719d0e17f35 100644 (file)
@@ -5,22 +5,19 @@ EXTRA_DIST = $(DIST_rsrc) $(DIST_fonts)
 pkgdatadir = $(datadir)/vlc
 
 dist_pkgdata_DATA = \
-       font-eutopiabold21.rle \
-       font-eutopiabold36.rle \
+       $(DIST_pda) \
        $(DIST_familiar) \
        $(DIST_icons16) \
        $(DIST_icons32) \
        $(DIST_icons48) \
        $(NULL)
 
-nobase_pkgdata_DATA = \
-       $(DIST_skins)
-       
+nobase_dist_pkgdata_DATA = \
+       $(DIST_skins) \
+       $(DIST_http) \
+       $(NULL)
+
 DIST_fonts = \
-       default8x16.psf \
-       default8x9.psf \
-       font-eutopiabold21.rle \
-       font-eutopiabold36.rle \
        $(NULL)
 
 DIST_rsrc = \
@@ -35,11 +32,23 @@ DIST_familiar = \
        familiar-openb16x16.xpm \
        familiar-pauseb16x16.xpm \
        familiar-playb16x16.xpm \
+       familiar-playlistb16x16.xpm \
        familiar-preferencesb16x16.xpm \
        familiar-rewindb16x16.xpm \
        familiar-stopb16x16.xpm \
        $(NULL)
 
+DIST_pda = \
+        pda-forwardb16x16.xpm \
+        pda-openb16x16.xpm \
+        pda-pauseb16x16.xpm \
+        pda-playb16x16.xpm \
+        pda-playlistb16x16.xpm \
+        pda-preferencesb16x16.xpm \
+        pda-rewindb16x16.xpm \
+        pda-stopb16x16.xpm \
+        $(NULL)
+
 DIST_icons16 = \
        gnome-vlc16x16.png \
        gvlc16x16.png \
@@ -115,5 +124,14 @@ DIST_skins = \
        skins/default/pause4.bmp \
        skins/default/playlist3.bmp \
        skins/default/prev3.bmp \
-       skins/default/stop1.bmp
+       skins/default/stop1.bmp \
+       $(NULL)
 
+DIST_http = \
+       http/index.html \
+       http/info.html \
+       http/admin/index.html \
+       http/admin/browse.html \
+       http/admin/.access \
+       http/style.css \
+       $(NULL)