Commit 475ffe58 475ffe5854f257fb28242ad4526de43910f297f1 by Sergey Poznyakoff

Added action.c to sources

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