From fefb7820db99e63564395beeec82949ccb0e3b9f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 5 Feb 2003 22:25:18 +0000 Subject: 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 * 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 --- shell/evolution-test-component.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/evolution-test-component.c') diff --git a/shell/evolution-test-component.c b/shell/evolution-test-component.c index adce60c76c..f922e88fc4 100644 --- a/shell/evolution-test-component.c +++ b/shell/evolution-test-component.c @@ -51,6 +51,7 @@ #include #include +#include #define COMPONENT_ID "OAFIID:GNOME_Evolution_TestComponent_ShellComponent" -- cgit v1.2.3