diff --git a/Makefile.am b/Makefile.am index 5b41307..fe488df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ EDJE_FLAGS = -v \ # data files for the module filesdir = $(datadir) -files_DATA = module.desktop \ +files_DATA = module_icon.png \ + module.desktop \ module.edj \ net.edj diff --git a/module_icon.png b/module_icon.png new file mode 100644 index 0000000..01e7d63 Binary files /dev/null and b/module_icon.png differ