diff options
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 5b286d2907..d53afb67b0 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -8,13 +8,27 @@ INCLUDES = \ -I$(srcdir)/../widgets \ $(BONOBO_GNOME_CFLAGS) +EVOLUTION_CORBA_GENERATED = \ + Mail.h \ + Mail-common.c \ + Mail-skels.c \ + Mail-stubs.c + evolution_mail_SOURCES = \ html-stream.c \ html-stream.h \ mail-display.h \ mail-display.c \ - main.c + main.c \ + message-list.c \ + message-list.h \ + $(EVOLUTION_CORBA_GENERATED) evolution_mail_LDADD = \ ../e-util/libeutil.a \ $(BONOBO_GNOME_LIBS) + +$(EVOLUTION_MAIL_CORBA_GENERATED): Mail.idl + orbit-idl -I`$(GNOME_CONFIG) --datadir`/idl -I$(srcdir) $(srcdir)/Mail.idl + +EXTRA_DIST = Mail.idl |