fix typo
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 10 Feb 2013 15:19:37 +0000 (16:19 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 10 Feb 2013 15:19:37 +0000 (16:19 +0100)
citadel/Makefile.in

index d6210e08c3629a0c72d620506ec3e454bc22d04a..4e95aee82b68dedcc0efb1c241af481472da3aaf 100644 (file)
@@ -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