From 711ce9920ad6ca4f9ffd8a246d70acc574f2ae39 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 19 Jan 2000 07:57:20 +0000 Subject: More work on the code. Added more for the framework. More work on the code. Added more for the framework. Miguel. svn path=/trunk/; revision=1593 --- mail/Makefile.am | 16 ++++++++++++++++ mail/main.c | 11 +++++++++++ 2 files changed, 27 insertions(+) create mode 100644 mail/Makefile.am create mode 100644 mail/main.c (limited to 'mail') diff --git a/mail/Makefile.am b/mail/Makefile.am new file mode 100644 index 0000000000..7c7e9a4af7 --- /dev/null +++ b/mail/Makefile.am @@ -0,0 +1,16 @@ +bin_PROGRAMS = evolution-mail + +INCLUDES = \ + -DEVOLUTION_VERSION=\""$(VERSION)"\" \ + -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ + -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ + -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ + -I$(srcdir)/../widgets \ + $(BONOBO_GNOME_CFLAGS) + +evolution_mail_SOURCES = \ + main.c + +evolution_mail_LDADD = \ + ../e-util/libeutil.a \ + $(BONOBO_GNOME_LIBS) diff --git a/mail/main.c b/mail/main.c new file mode 100644 index 0000000000..f5be6543a2 --- /dev/null +++ b/mail/main.c @@ -0,0 +1,11 @@ +/* + * main.c: Evolution mail reading component + * + * Authors: + * Miguel de Icaza (miguel@helixcode.com) + * + * (C) 2000 Helix Code, Inc. + */ +#include +#include + -- cgit v1.2.3