summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-11-13 12:28:42 +0100
committerBen Pfaff <blp@nicira.com>2014-11-13 08:03:43 -0800
commitb82b15730c2648aa3ef6dbb69d5f49f3bcdc5e20 (patch)
treeff9f1ed7d1c635bc0c32a58e7c706821d72fc2c3 /configure.ac
parent81696de06943603447855863f550da9342b2e1cd (diff)
downloadopenvswitch-b82b15730c2648aa3ef6dbb69d5f49f3bcdc5e20.tar.gz
lib: Add support for pkgconfig for libofproto.
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 5e0414a94..d3b3d5963 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,6 +173,7 @@ AC_CONFIG_FILES(datapath/linux/Makefile)
AC_CONFIG_FILES(datapath/linux/Makefile.main)
AC_CONFIG_FILES(tests/atlocal)
AC_CONFIG_FILES(lib/libopenvswitch.pc)
+AC_CONFIG_FILES(ofproto/libofproto.pc)
dnl This makes sure that include/openflow gets created in the build directory.
AC_CONFIG_COMMANDS([include/openflow/openflow.h.stamp])