aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Southgate <andy.southgate@citrix.com>2010-05-11 11:46:52 -0700
committerBen Pfaff <blp@nicira.com>2010-05-13 14:53:39 -0700
commit436f27dd880bd4e1e1d06ca2744c875b01b9e1c1 (patch)
tree5d4d7fb0d3fd82944e10cdbcdc5a7410ad0f00da /configure.ac
parenta9633ada756ec15e1ed3dd9b503af3027dee3d10 (diff)
Add ovsdbmonitor GUI tool by Andy Southgate, contributed by Citrix.
With Makefiles and Autoconfiscation by Ben Pfaff. Signed-off-by: Thomas Lacroix <thomas.lacroix@citrix.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e8497e1f..1284a783 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,8 @@ OVS_CHECK_CURSES
OVS_CHECK_LINUX_VT_H
OVS_CHECK_PCRE
OVS_CHECK_PYTHON
+OVS_CHECK_PYUIC4
+OVS_CHECK_OVSDBMONITOR
OVS_CHECK_IF_PACKET
OVS_CHECK_STRTOK_R
AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec, struct stat.st_mtimensec],
@@ -95,4 +97,6 @@ tests/atlocal])
dnl This makes sure that include/openflow gets created in the build directory.
AC_CONFIG_COMMANDS([include/openflow/openflow.h.stamp])
+AC_CONFIG_COMMANDS([ovsdb/ovsdbmonitor/dummy], [:])
+
AC_OUTPUT