Index: daemon/Makefile.am =================================================================== --- daemon/Makefile.am (revision 443) +++ daemon/Makefile.am (working copy) @@ -77,7 +77,8 @@ endif if BUILDURL - HTTP_LDADD = $(top_builddir)/daemon/http/libhttp.la + HTTP_LDADD = $(top_builddir)/daemon/http/libhttp.la \ + @LIBCURL@ endif btgdaemon_LDADD = $(top_builddir)/bcore/libbtgcore.la \