Skip to content

Commit

Permalink
Added PDA images to Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsaman committed Jul 28, 2003
1 parent fe6a40e commit db3c43d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions share/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ EXTRA_DIST = $(DIST_rsrc) $(DIST_fonts)
pkgdatadir = $(datadir)/vlc

dist_pkgdata_DATA = \
$(DIST_pda) \
$(DIST_familiar) \
$(DIST_icons16) \
$(DIST_icons32) \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit db3c43d

Please sign in to comment.