diff options
Diffstat (limited to 'ui/icons/32x32/Makefile.am')
-rw-r--r-- | ui/icons/32x32/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/icons/32x32/Makefile.am b/ui/icons/32x32/Makefile.am new file mode 100644 index 0000000..7f1ba6a --- /dev/null +++ b/ui/icons/32x32/Makefile.am @@ -0,0 +1,5 @@ +include $(srcdir)/../Makefile.decl + +icondir = $(datadir)/icons/hicolor/32x32/apps +icon_DATA = $(ICONS_SMALL:=.png) +EXTRA_DIST = $(icon_DATA) |