Added comsat.h to sources
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -3,6 +3,6 @@ INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include | ... | @@ -3,6 +3,6 @@ INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include |
3 | 3 | ||
4 | sbin_PROGRAMS = comsatd | 4 | sbin_PROGRAMS = comsatd |
5 | 5 | ||
6 | comsatd_SOURCES = cfg.c comsat.c | 6 | comsatd_SOURCES = cfg.c comsat.c comsat.h |
7 | 7 | ||
8 | comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.a | 8 | comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.a | ... | ... |
-
Please register or sign in to post a comment