Commit 033629f5 033629f595e08557f95acef4a7bac972b76e958d by Sergey Poznyakoff

Added comsat.h to sources

1 parent 266326ed
......@@ -3,6 +3,6 @@ INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
sbin_PROGRAMS = comsatd
comsatd_SOURCES = cfg.c comsat.c
comsatd_SOURCES = cfg.c comsat.c comsat.h
comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.a
......