aboutsummaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-06-24 11:05:10 -0700
committerBen Pfaff <blp@nicira.com>2013-06-25 14:05:01 -0700
commitec68790f6d522aae2a3d5d97f1974915a76e23cf (patch)
tree204939acd595431fa2d6ab9c8bd9df9907f52515 /lib/automake.mk
parent1c3e353dbd10241ced4a04a5da655364704388ba (diff)
ovs-thread: New module, initially just with pthreads wrapper functions.
The only tricky part here is that I'm throwing in annotations to allow "sparse" to report unbalanced locking. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index ed4b9929..73234bd0 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -121,6 +121,8 @@ lib_libopenvswitch_a_SOURCES = \
lib/ofp-version-opt.c \
lib/ofpbuf.c \
lib/ofpbuf.h \
+ lib/ovs-thread.c \
+ lib/ovs-thread.h \
lib/ovsdb-data.c \
lib/ovsdb-data.h \
lib/ovsdb-error.c \