NETWORKER: add from addresses and new way of setting list headers.
[citadel.git] / citadel / Makefile.in
index f4a23a539466e5fcb24e386511d193e55f698a8e..8a982d920490c3ae1e1acced8b525a137e2d986e 100644 (file)
@@ -81,7 +81,7 @@ SOURCES=utils/aidepost.c utils/citmail.c \
        locate_host.c auth.c msgbase.c parsedate.c \
        room_ops.c euidindex.c server_main.c ldap.c \
        support.c sysdep.c user_ops.c journaling.c threads.c \
-       context.c event_client.c netconfig.c nttlist.c
+       context.c event_client.c netconfig.c nttlist.c md5.c
 
 
 include Make_sources
@@ -136,7 +136,7 @@ SERV_OBJS = server_main.o utillib/citadel_dirs.o event_client.o \
        internet_addressing.o journaling.o \
        parsedate.o genstamp.o ecrash.o threads.o context.o \
        clientsocket.o modules_init.o modules_upgrade.o $(SERV_MODULES) \
-       svn_revision.o ldap.o netconfig.o nttlist.o
+       svn_revision.o ldap.o netconfig.o nttlist.o md5.o
 
 citserver$(EXEEXT): $(SERV_OBJS)
        $(CC) $(SERV_OBJS) $(LDFLAGS) $(SERVER_LDFLAGS) $(LIBS) $(SERVER_LIBS) $(RESOLV) -o citserver$(EXEEXT)