From 9c3dd711a9bc295668f43423d30a426682379e72 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sat, 26 Jul 2008 17:10:09 +0000 Subject: [PATCH] * GNU LD demands -l at the end... hopefully just adding them twice solves this --- webcit/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webcit/Makefile.in b/webcit/Makefile.in index 3c9f0e5cc..5042d4f56 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -65,7 +65,8 @@ webcit: webserver.o context_loop.o ical_dezonify.o \ groupdav_options.o autocompletion.o tabs.o smtpqueue.o sieve.o \ groupdav_put.o http_datestring.o setup_wizard.o fmt_date.o modules_init.o \ gettext.o downloads.o addressbook_popup.o pushemail.o sysdep.o \ - -o webcit + -o webcit \ + $(LIBS) .c.o: $(CC) $(CFLAGS) $(DEFS) -c $(PTHREAD_DEFS) $< -- 2.30.2