X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fautomake.mk;h=8e27fc2fed9a626726d17774aeb8a5de66350796;hb=6bab37989b1b5e8981bee80e1fedef621799332c;hp=6883731eaf70b0191b1f5a8e57f1bba92ecce986;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=sliver-openvswitch.git diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 6883731ea..8e27fc2fe 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -13,8 +13,6 @@ vswitchd_ovs_vswitchd_SOURCES = \ vswitchd/bridge.h \ vswitchd/mgmt.c \ vswitchd/mgmt.h \ - vswitchd/port.c \ - vswitchd/port.h \ vswitchd/proc-net-compat.c \ vswitchd/proc-net-compat.h \ vswitchd/ovs-vswitchd.c \ @@ -22,7 +20,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)