aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-07-08 10:30:42 -0700
committerBen Pfaff <blp@nicira.com>2009-07-08 10:30:42 -0700
commit8cd4882fd5c3080816a070ad582ef06842f7c482 (patch)
tree831da94590152ddd5498e8614aaeb9c026884e03 /vswitchd/automake.mk
parentde2047c5124f4301931587cb4af79ebe4f5d2f02 (diff)
Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).
These names are more meaningful, so we prefer them.
Diffstat (limited to 'vswitchd/automake.mk')
-rw-r--r--vswitchd/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk
index 6883731e..e3e6ea3a 100644
--- a/vswitchd/automake.mk
+++ b/vswitchd/automake.mk
@@ -22,7 +22,7 @@ vswitchd_ovs_vswitchd_SOURCES = \
vswitchd/xenserver.c \
vswitchd/xenserver.h
vswitchd_ovs_vswitchd_LDADD = \
- secchan/libsecchan.a \
+ ofproto/libofproto.a \
lib/libopenvswitch.a \
$(FAULT_LIBS) \
$(SSL_LIBS)