diff options
author | Perberos <[email protected]> | 2011-12-01 22:24:23 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 22:24:23 -0300 |
commit | 0e004c696b0e68b2cff37a4c3315b022a35eaf43 (patch) | |
tree | 43261e815529cb9518ed7be37af13b846af8b26b /icons/Makefile.am | |
download | caja-0e004c696b0e68b2cff37a4c3315b022a35eaf43.tar.bz2 caja-0e004c696b0e68b2cff37a4c3315b022a35eaf43.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r-- | icons/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 00000000..1b9fd91e --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,16 @@ +NULL= + +icondir = $(datadir)/pixmaps/caja + +icon_DATA =\ + audio.svg \ + backgrounds.png \ + chit_frame.png \ + colors.png \ + emblems.png \ + erase.png \ + knob.png \ + thumbnail_frame.png \ + $(NULL) + +EXTRA_DIST = $(icon_DATA) |