From 40e66ba7aa2fd0bdae2d4056314cfd999a4a7476 Mon Sep 17 00:00:00 2001 From: Lance Richardson Date: Mon, 1 May 2017 10:13:11 -0400 Subject: 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 Signed-off-by: Ben Pfaff --- ovsdb/automake.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ovsdb/automake.mk') 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) -- cgit v1.2.1