* GNU LD demands -l at the end... hopefully just adding them twice solves this
[citadel.git] / webcit / Makefile.in
index 3c9f0e5ccc674697fde0d682546dc66b77f973bc..5042d4f563f2658c7fc3d33ca8b767477557ff8b 100644 (file)
@@ -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) $<