aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/GNOME_Evolution_Summary.server.in.in
Commit message (Collapse)AuthorAgeFilesLines
* Updated to be a shared library.Ettore Perazzoli2002-12-051-15/+12
| | | | | | | | | | | | | | | | | | | | * GNOME_Evolution_Summary.server.in.in: Updated to be a shared library. * main.c: Removed. * Makefile.am: Update to compile as a shared library. * component-factory.c: Changed to be a shared library factory, for both the ShellComponent and the ConfigControl objects. * e-summary-preferences.c (e_summary_preferences_init_config_control): Renamed from e_summary_preferences_register_config_control_factory. (e_summary_preferences_create_control): Renamed from factory_fn and removed all args. svn path=/trunk/; revision=19007
* Removed unused #define COMPONENT_FACTORY_ID. (component_factory_init):Ettore Perazzoli2002-11-211-14/+2
| | | | | | | | | | | * component-factory.c: Removed unused #define COMPONENT_FACTORY_ID. (component_factory_init): Removed unused variable. * GNOME_Evolution_Summary.server.in.in: Updated to not use a factory, which is what the code actually expects. svn path=/trunk/; revision=18867
* Added rule to generate GNOME_Evolution_Summary.server.in fromEttore Perazzoli2002-11-161-4/+4
| | | | | | | | | | | | | * Makefile.am: Added rule to generate GNOME_Evolution_Summary.server.in from GNOME_Evolution_Summary.server.in.in, substituting @LIBEXECDIR@. Also, install evolution-executive-summary in $libexecdir instead of $bindir. * GNOME_Evolution_Summary.server.in.in: Removed the @OAF_SHLIB_*@ stuff and added @LIBEXECDIR@/ to the executable's name instead. svn path=/trunk/; revision=18791
* Renamed from GNOME_Evolution_Summary.oaf.in.in.Ettore Perazzoli2002-11-081-0/+73
* GNOME_Evolution_Summary.server.in.in: Renamed from GNOME_Evolution_Summary.oaf.in.in. * Makefile.am: GNOME_Evolution_Summary.server instead of .oaf. svn path=/trunk/; revision=18652