aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-08-20 12:37:01 -0700
committerBen Pfaff <blp@nicira.com>2010-08-23 09:25:14 -0700
commit4c1eabc12300be3190d2fb66edc07d9c607f539e (patch)
tree9925932aee40144a44c9f2273975991720b6bbb9 /Makefile.am
parent38c6ecbc8d3664daed077617bb3b3508ba8aa767 (diff)
Remove ezio-term and ovs-switchui utilities.
These utilities were useful when Nicira was building switches with 16x2 LCD front panel displays, but they aren't useful for other environments and even Nicira does not use that kind of switch any longer. So remove them and all the build infrastructure on which they depended.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 71833262..eb7f4f78 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,8 +10,6 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = datapath
AM_CPPFLAGS = $(SSL_CFLAGS)
-AM_CPPFLAGS += $(NCURSES_CFLAGS)
-AM_CPPFLAGS += $(PCRE_CFLAGS)
AM_CPPFLAGS += -I $(top_srcdir)/include
AM_CPPFLAGS += -I $(top_srcdir)/lib
@@ -132,5 +130,4 @@ include debian/automake.mk
include vswitchd/automake.mk
include ovsdb/automake.mk
include xenserver/automake.mk
-include extras/ezio/automake.mk