Commit 241b6723 authored by David Renshaw's avatar David Renshaw

Fix linker error in autotools build: libkj-http needs libkj-async.

parent 24e82fad
......@@ -244,7 +244,7 @@ libkj_async_la_SOURCES= \
src/kj/async-io-win32.c++ \
src/kj/time.c++
libkj_http_la_LIBADD = libkj.la $(ASYNC_LIBS) $(PTHREAD_LIBS)
libkj_http_la_LIBADD = libkj-async.la libkj.la $(ASYNC_LIBS) $(PTHREAD_LIBS)
libkj_http_la_LDFLAGS = -release $(SO_VERSION) -no-undefined
libkj_http_la_SOURCES= \
src/kj/compat/http.c++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment