X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fautomake.mk;h=9ba513acb9c86c6d12911b43015c8ee0303774dc;hb=dc81071d9fe21beaead51a9c0a8d87fbefbfcf56;hp=80d85c330ed615134c8bf6b1112a683491b680bf;hpb=72865317a41d065fcc47a33fc68cdd2081cecb3d;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index 80d85c33..9ba513ac 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -58,7 +58,7 @@ lib_libopenvswitch_a_SOURCES = \ lib/mac-learning.c \ lib/mac-learning.h \ lib/netdev-linux.c \ - lib/netdev-linux.h \ + lib/netdev-provider.h \ lib/netdev.c \ lib/netdev.h \ lib/odp-util.c \ @@ -67,6 +67,7 @@ lib_libopenvswitch_a_SOURCES = \ lib/ofp-print.h \ lib/ofpbuf.c \ lib/ofpbuf.h \ + lib/packets.c \ lib/packets.h \ lib/pcap.c \ lib/pcap.h \ @@ -82,6 +83,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/random.h \ lib/rconn.c \ lib/rconn.h \ + lib/rtnetlink.c \ + lib/rtnetlink.h \ lib/sat-math.h \ lib/sha1.c \ lib/sha1.h \ @@ -153,6 +156,7 @@ EXTRA_DIST += \ lib/daemon.man \ lib/dpif.man \ lib/leak-checker.man \ + lib/vlog-unixctl.man \ lib/vlog.man @@ -183,12 +187,13 @@ COVERAGE_FILES = \ lib/poll-loop.c \ lib/process.c \ lib/rconn.c \ + lib/rtnetlink.c \ lib/timeval.c \ lib/unixctl.c \ lib/util.c \ lib/vconn.c \ - secchan/ofproto.c \ - secchan/pktbuf.c \ + ofproto/ofproto.c \ + ofproto/pktbuf.c \ vswitchd/bridge.c \ vswitchd/mgmt.c \ vswitchd/ovs-brcompatd.c