Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/itray Modified Files: Makefile.am Removed Files: module_icon.png Log Message: nice little overhaul of module related stuff. moduels now finally RELY on module.eap files being installed - and using the e_apps api to load them and ask for a name. Also icon is expected to be in this file too and i have removed the info func call from modules as well as config_menu, module menus, and other cruft in moduel structs. this also means revving the module api version and saving users from a "if i recompile it will work" thing. :) moduels need serious updates, not just a recompile for this. your modules WILL break. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/itray/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- Makefile.am 9 May 2006 13:02:48 -0000 1.3 +++ Makefile.am 1 Jun 2006 06:44:37 -0000 1.4 @@ -3,8 +3,7 @@ # data files for the module filesdir = $(libdir)/enlightenment/modules/$(MODULE) -files_DATA = \ -module_icon.png +files_DATA = EXTRA_DIST = $(files_DATA) _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs