diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-29 20:29:44 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-29 20:29:44 +0800 |
commit | c2ae364efc8192c1416660b38502995e934174c4 (patch) | |
tree | 9f2c830d09c880dd4bb02366ed189022bda64728 /mail/Makefile.am | |
parent | 6168e99c7afda8aa5f242ac3a4cc763164349d35 (diff) | |
download | gsoc2013-evolution-c2ae364efc8192c1416660b38502995e934174c4.tar gsoc2013-evolution-c2ae364efc8192c1416660b38502995e934174c4.tar.gz gsoc2013-evolution-c2ae364efc8192c1416660b38502995e934174c4.tar.bz2 gsoc2013-evolution-c2ae364efc8192c1416660b38502995e934174c4.tar.lz gsoc2013-evolution-c2ae364efc8192c1416660b38502995e934174c4.tar.xz gsoc2013-evolution-c2ae364efc8192c1416660b38502995e934174c4.tar.zst gsoc2013-evolution-c2ae364efc8192c1416660b38502995e934174c4.zip |
More work. Not funny that e-table does not display.
More work. Not funny that e-table does not display.
Miguel.
svn path=/trunk/; revision=1654
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 40ae196396..b5b4e38dc9 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = evolution-mail +bin_PROGRAMS = evolution-mail test-mail INCLUDES = \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ @@ -34,7 +34,16 @@ evolution_mail_LDADD = \ ../e-util/libeutil.a \ $(BONOBO_HTML_GNOME_LIBS) +test_mail_SOURCES = \ + test-mail.c + +test_mail_LDADD = \ + $(BONOBO_HTML_GNOME_LIBS) + +gnorbadir = $(sysconfdir)/CORBA/servers +gnorba_DATA = evolution-mail.gnorba + $(EVOLUTION_MAIL_CORBA_GENERATED): Mail.idl orbit-idl -I`$(GNOME_CONFIG) --datadir`/idl -I$(srcdir) $(srcdir)/Mail.idl -EXTRA_DIST = Mail.idl +EXTRA_DIST = Mail.idl evolution-mail.gnorba |