Commit 51c2b855 authored by Kenton Varda's avatar Kenton Varda

Fixes #45

parent 113b4d84
......@@ -135,6 +135,7 @@ includekj_HEADERS = \
src/kj/function.h \
src/kj/mutex.h \
src/kj/thread.h \
src/kj/work-queue.h \
src/kj/async.h \
src/kj/async-unix.h \
src/kj/async-io.h \
......@@ -198,7 +199,6 @@ libkj_la_SOURCES= \
libkj_async_la_LIBADD = libkj.la $(PTHREAD_LIBS) -lpthread
libkj_async_la_LDFLAGS = -release $(VERSION) -no-undefined
libkj_async_la_SOURCES= \
src/kj/work-queue.h \
src/kj/work-queue.c++ \
src/kj/async.c++ \
src/kj/async-unix.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