From 9baa08faebcffd26eb88ae2ae09408bcd65847a8 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 10 Feb 2013 16:19:37 +0100 Subject: [PATCH 1/1] fix typo --- citadel/Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/citadel/Makefile.in b/citadel/Makefile.in index d6210e08c..4e95aee82 100644 --- a/citadel/Makefile.in +++ b/citadel/Makefile.in @@ -31,8 +31,7 @@ all: buildinfo $(TARGETS) EXEEXT=@EXEEXT@ SERVER_TARGETS=citserver$(EXEEXT) -SERV_MODULES= md5.o \ - ical_dezonify.o +SERV_MODULES= ical_dezonify.o include Make_modules @@ -80,7 +79,7 @@ SOURCES=utils/aidepost.c utils/citmail.c \ citserver.c clientsocket.c config.c control.c $(DATABASE) \ domain.c serv_extensions.c file_ops.c genstamp.c \ housekeeping.c ical_dezonify.c internet_addressing.c ecrash.c \ - locate_host.c md5.c auth.c msgbase.c parsedate.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 @@ -398,7 +397,7 @@ $(srcdir)/aclocal.m4: $(srcdir)/acinclude.m4 buildinfo: echo echo "Dependencies: $(CC) $(DEPEND_FLAG) $(CPPFLAGS) $< | sed -e 's!$*.o!$*.o $*/.o $@!' > $@" - echo "Complie: $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) -c $< -o $@ " + echo "Compile: $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) -c $< -o $@ " echo "LDFLAGS: $(LDFLAGS)" echo -- 2.39.2