summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-11-13 12:28:43 +0100
committerBen Pfaff <blp@nicira.com>2014-11-13 08:03:50 -0800
commit32fe2cfbda42c2a410473eb3d6f7767b4a8b93c2 (patch)
treeef4092c3a496cc4a7548d3d94e9ed6ec46117440 /configure.ac
parentb82b15730c2648aa3ef6dbb69d5f49f3bcdc5e20 (diff)
downloadopenvswitch-32fe2cfbda42c2a410473eb3d6f7767b4a8b93c2.tar.gz
lib: Add support for pkgconfig for libovsdb.
Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Acked-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d3b3d5963..ee122169e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -174,6 +174,7 @@ AC_CONFIG_FILES(datapath/linux/Makefile.main)
AC_CONFIG_FILES(tests/atlocal)
AC_CONFIG_FILES(lib/libopenvswitch.pc)
AC_CONFIG_FILES(ofproto/libofproto.pc)
+AC_CONFIG_FILES(ovsdb/libovsdb.pc)
dnl This makes sure that include/openflow gets created in the build directory.
AC_CONFIG_COMMANDS([include/openflow/openflow.h.stamp])