summaryrefslogtreecommitdiff
path: root/ofproto/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-03-15 09:46:39 -0700
committerBen Pfaff <blp@nicira.com>2011-03-16 14:57:56 -0700
commit195c8086244e33ec42fd9fc8354eaedfd849bbba (patch)
tree2b6abbef405fbc05c6db9f0c1ef4dd08ea67470c /ofproto/automake.mk
parent9b45d7f5db91cdb41eb0a2124d92885d3b3edcc9 (diff)
downloadopenvswitch-195c8086244e33ec42fd9fc8354eaedfd849bbba.tar.gz
ofproto: Remove controller discovery support.
I've never heard of anyone actually using controller discovery. It adds a great deal of code to the source tree, and a little bit of complication to ofproto, so this commit removes it.
Diffstat (limited to 'ofproto/automake.mk')
-rw-r--r--ofproto/automake.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/ofproto/automake.mk b/ofproto/automake.mk
index c6cb9dd49..6484a2695 100644
--- a/ofproto/automake.mk
+++ b/ofproto/automake.mk
@@ -9,8 +9,6 @@ noinst_LIBRARIES += ofproto/libofproto.a
ofproto_libofproto_a_SOURCES = \
ofproto/collectors.c \
ofproto/collectors.h \
- ofproto/discovery.c \
- ofproto/discovery.h \
ofproto/fail-open.c \
ofproto/fail-open.h \
ofproto/in-band.c \