summaryrefslogtreecommitdiff
path: root/ovsdb/automake.mk
diff options
context:
space:
mode:
authorLance Richardson <lrichard@redhat.com>2017-05-01 10:13:11 -0400
committerBen Pfaff <blp@ovn.org>2017-05-04 15:18:51 -0700
commit40e66ba7aa2fd0bdae2d4056314cfd999a4a7476 (patch)
treecd34564d2dc96ecc64577540df3e6b8451876bfc /ovsdb/automake.mk
parentc19ae4ccf9e8e08df31f0eb1dae8ea84aef5afbc (diff)
downloadopenvswitch-40e66ba7aa2fd0bdae2d4056314cfd999a4a7476.tar.gz
ovsdb: refactor utility functions into separate file
Move local db access functions to a new file and make give them global scope so they can be included in the ovsdb library and used by other ovsdb library functions. Signed-off-by: Lance Richardson <lrichard@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ovsdb/automake.mk')
-rw-r--r--ovsdb/automake.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/ovsdb/automake.mk b/ovsdb/automake.mk
index 8850b0638..db4b9604d 100644
--- a/ovsdb/automake.mk
+++ b/ovsdb/automake.mk
@@ -35,7 +35,9 @@ ovsdb_libovsdb_la_SOURCES = \
ovsdb/trigger.c \
ovsdb/trigger.h \
ovsdb/transaction.c \
- ovsdb/transaction.h
+ ovsdb/transaction.h \
+ ovsdb/ovsdb-util.c \
+ ovsdb/ovsdb-util.h
ovsdb_libovsdb_la_CFLAGS = $(AM_CFLAGS)
ovsdb_libovsdb_la_CPPFLAGS = $(AM_CPPFLAGS)