Commit d79e975f d79e975f23ab1438bc40e0b2054bc9d11539c492 by Sergey Poznyakoff

Removed reference to non-existent mail.remote.h

1 parent d9a629a6
2002-05-14 Sergey Poznyakoff
* mail.remote/Makefile.am: Removed reference to non-existent
mail.remote.h
2002-05-13 Sam Roberts
* comsat/comsat.h, frm/frm.c, from/from.c, guimb/main.c,
......
......@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm
libexec_PROGRAMS = mail.remote
mail_remote_SOURCES = mail.remote.c mail.remote.h
mail_remote_SOURCES = mail.remote.c
mail_remote_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
......