From 3509757d148d80a78a942b1e3938bead90b5d506 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Wed, 4 May 2005 05:37:51 +0000 Subject: Initial work on remote mail interface, as a plugin. svn path=/trunk/; revision=29265 --- plugins/mail-remote/Makefile.am | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 plugins/mail-remote/Makefile.am (limited to 'plugins/mail-remote/Makefile.am') diff --git a/plugins/mail-remote/Makefile.am b/plugins/mail-remote/Makefile.am new file mode 100644 index 0000000000..25653f666b --- /dev/null +++ b/plugins/mail-remote/Makefile.am @@ -0,0 +1,35 @@ + + +# mail idl + +IDL = Evolution-DataServer-Mail.idl + +IDL_GENERATED_H = \ + Evolution-DataServer-Mail.h + +IDL_GENERATED_C = \ + Evolution-DataServer-Mail-common.c \ + Evolution-DataServer-Mail-skels.c \ + Evolution-DataServer-Mail-stubs.c + +$(IDL_GENERATED_H) $(IDL_GENERATED_C): $(IDL) + $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl $(IDL_INCLUDES) $^ + +# installed idls + +idl_DATA = $(IDL) + +_SOURCES = \ + $(IDL_GENERATED_C) \ + $(IDL_GENERATED_H) \ + evolution-mail-folder.c \ + evolution-mail-folder.h \ + evolution-mail-session.c \ + evolution-mail-session.h \ + evolution-mail-store.c \ + evolution-mail-store.h + +EXTRA_DIST = \ + $(IDL) + +BUILT_SOURCES = $(IDL_GENERATED_H) $(IDL_GENERATED_C) -- cgit