root/trunk/third/nautilus/components/services/summary/nautilus-view/icons/gray_tab_pieces/Makefile.am @ 15547

Revision 15547, 501 bytes (checked in by ghudson, 9 years ago)

This commit was generated by cvs2svn to compensate for changes in r15546,
which included commits to RCS files with non-trunk default branches.

Line 
1NULL=
2
3graytabdir = $(datadir)/pixmaps/nautilus/gray_tab_pieces
4
5graytab_DATA = \
6        active-fill.png                 \
7        active-inactive-bridge.png      \
8        active-left-bumper.png          \
9        active-prelight-bridge.png      \
10        active-right-bumper.png         \
11        fill-background.png             \
12        inactive-active-bridge.png      \
13        inactive-fill.png               \
14        inactive-left-bumper.png        \
15        inactive-right-bumper.png       \
16        prelight-active-bridge.png      \
17        prelight-fill.png               \
18        prelight-left-bumper.png        \
19        prelight-right-bumper.png       \
20        $(NULL)
21               
22EXTRA_DIST = $(graytab_DATA)
Note: See TracBrowser for help on using the browser.