aboutsummaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-10-14 16:52:04 -0700
committerBen Pfaff <blp@nicira.com>2009-10-29 15:20:56 -0700
commitac718c9dbde6340a85d18c5c8d555d8e0ec88bb3 (patch)
tree3d76405b2e9010d606f1467de0e1704156644288 /lib/automake.mk
parent8ca79daaa04ca3d5edcacf84646d953569f55cb6 (diff)
Implement library for lockfiles and use it in cfg code.
This is useful because the upcoming configuration database also needs a lockfile implementation. Also adds tests.
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index 9ba513ac..825395ac 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -55,6 +55,8 @@ lib_libopenvswitch_a_SOURCES = \
lib/learning-switch.h \
lib/list.c \
lib/list.h \
+ lib/lockfile.c \
+ lib/lockfile.h \
lib/mac-learning.c \
lib/mac-learning.h \
lib/netdev-linux.c \
@@ -175,9 +177,9 @@ install-data-local:
# All the source files that have coverage counters.
COVERAGE_FILES = \
- lib/cfg.c \
lib/dpif.c \
lib/flow.c \
+ lib/lockfile.c \
lib/hmap.c \
lib/mac-learning.c \
lib/netdev.c \