]> git.sesse.net Git - vlc/commitdiff
Added PDA images to Makefile.am
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 28 Jul 2003 07:05:21 +0000 (07:05 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 28 Jul 2003 07:05:21 +0000 (07:05 +0000)
share/Makefile.am

index 0571d996c4fbfd02d441d6eaf89eaa0ade7eeb2e..6b38ca04d261d30c4694275a922761240357151e 100644 (file)
@@ -5,6 +5,7 @@ EXTRA_DIST = $(DIST_rsrc) $(DIST_fonts)
 pkgdatadir = $(datadir)/vlc
 
 dist_pkgdata_DATA = \
+       $(DIST_pda) \
        $(DIST_familiar) \
        $(DIST_icons16) \
        $(DIST_icons32) \
@@ -35,6 +36,17 @@ DIST_familiar = \
        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 \