Commit f35d902d authored by Kenton Varda's avatar Kenton Varda

Fix dependencies of libkj-http.

parent df2c7ec2
...@@ -244,7 +244,7 @@ libkj_async_la_SOURCES= \ ...@@ -244,7 +244,7 @@ libkj_async_la_SOURCES= \
src/kj/async-io-win32.c++ \ src/kj/async-io-win32.c++ \
src/kj/time.c++ src/kj/time.c++
libkj_http_la_LIBADD = libcapnp.la libkj.la $(PTHREAD_LIBS) libkj_http_la_LIBADD = libkj.la $(ASYNC_LIBS) $(PTHREAD_LIBS)
libkj_http_la_LDFLAGS = -release $(SO_VERSION) -no-undefined libkj_http_la_LDFLAGS = -release $(SO_VERSION) -no-undefined
libkj_http_la_SOURCES= \ libkj_http_la_SOURCES= \
src/kj/compat/http.c++ 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