diff options
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r-- | icons/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 00000000..c1d65b98 --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,10 @@ +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable + +gegldir = $(datadir)/mate-panel/pixmaps +gegl_DATA = \ + mate-gegl2-2.png \ + mate-gegl2.png + +EXTRA_DIST = $(gegl_DATA) + +-include $(top_srcdir)/git.mk |