diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-06 06:25:18 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-06 06:25:18 +0800 |
commit | fefb7820db99e63564395beeec82949ccb0e3b9f (patch) | |
tree | 2d33e3a41b20dfa424a0a7a1bb4a1a02ca6889db /shell/ChangeLog | |
parent | fe4da718f0ae5a8a0fbf7249acf3f235113df792 (diff) | |
download | gsoc2013-evolution-fefb7820db99e63564395beeec82949ccb0e3b9f.tar.gz gsoc2013-evolution-fefb7820db99e63564395beeec82949ccb0e3b9f.tar.zst gsoc2013-evolution-fefb7820db99e63564395beeec82949ccb0e3b9f.zip |
Define EVOLUTION_IMAGES using $(imagesdir). Define EVOLUTION_GLADEDIR
* Makefile.am (INCLUDES): Define EVOLUTION_IMAGES using
$(imagesdir). Define EVOLUTION_GLADEDIR using $(gladedir)
(eshellincludedir): Define in terms of $(privincludedir)
(evolution_LDFLAGS): Remove this. gmodule-2's LDFLAGS include the
equivalent of -export-dynamic for us.
(serverdir, etspecdir): Remove. Defined in configure.in now.
* e-folder.c: #include <string.h>
* e-corba-config-page.c: Likewise
* e-shell-config.c: Likewise
* e-shell-folder-creation-dialog.c: Likewise
* e-shell-folder-title-bar.c: Likewise
* e-shell-startup-wizard.c: Likewise
* evolution-activity-client.c: Likewise.
* evolution-shell-component-client.c: Likewise
* evolution-shell-component-utils.c: Likewise
* evolution-storage.c: Likewise
* evolution-test-component.c: Likewise
* e-shortcuts-view.c (destroy_group_cb): Remove unused variable
* importer/Makefile.am (INCLUDES): Remove -I$(includedir). Define
EVOLUTION_GLADEDIR using $(gladedir).
(libevolution_importerincludedir): Define in terms of
$(privincludedir)
(gladedir): Removed. Defined in configure.in now.
* glade/Makefile.am (gladedir): Likewise
svn path=/trunk/; revision=19774
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 02e3bd0610..fa52f220bc 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,36 @@ 2003-02-05 Dan Winship <danw@ximian.com> + * Makefile.am (INCLUDES): Define EVOLUTION_IMAGES using + $(imagesdir). Define EVOLUTION_GLADEDIR using $(gladedir) + (eshellincludedir): Define in terms of $(privincludedir) + (evolution_LDFLAGS): Remove this. gmodule-2's LDFLAGS include the + equivalent of -export-dynamic for us. + (serverdir, etspecdir): Remove. Defined in configure.in now. + + * e-folder.c: #include <string.h> + * e-corba-config-page.c: Likewise + * e-shell-config.c: Likewise + * e-shell-folder-creation-dialog.c: Likewise + * e-shell-folder-title-bar.c: Likewise + * e-shell-startup-wizard.c: Likewise + * evolution-activity-client.c: Likewise. + * evolution-shell-component-client.c: Likewise + * evolution-shell-component-utils.c: Likewise + * evolution-storage.c: Likewise + * evolution-test-component.c: Likewise + + * e-shortcuts-view.c (destroy_group_cb): Remove unused variable + + * importer/Makefile.am (INCLUDES): Remove -I$(includedir). Define + EVOLUTION_GLADEDIR using $(gladedir). + (libevolution_importerincludedir): Define in terms of + $(privincludedir) + (gladedir): Removed. Defined in configure.in now. + + * glade/Makefile.am (gladedir): Likewise + +2003-02-05 Dan Winship <danw@ximian.com> + * importer/evolution-intelligent-importer.c: s/BonoboXObject/BonoboObject/ |