X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fautomake.mk;h=406b4240b842f32135340a42703d707c983a09c6;hb=3ed497fc10033c9857140270d60ef6aa2d7c0c08;hp=80d85c330ed615134c8bf6b1112a683491b680bf;hpb=72865317a41d065fcc47a33fc68cdd2081cecb3d;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index 80d85c330..406b4240b 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -8,10 +8,14 @@ noinst_LIBRARIES += lib/libopenvswitch.a lib_libopenvswitch_a_SOURCES = \ + lib/aes128.c \ + lib/aes128.h \ lib/backtrace.c \ lib/backtrace.h \ lib/bitmap.c \ lib/bitmap.h \ + lib/byteq.c \ + lib/byteq.h \ lib/cfg.c \ lib/cfg.h \ lib/classifier.c \ @@ -49,16 +53,22 @@ lib_libopenvswitch_a_SOURCES = \ lib/hash.h \ lib/hmap.c \ lib/hmap.h \ + lib/json.c \ + lib/json.h \ + lib/jsonrpc.c \ + lib/jsonrpc.h \ lib/leak-checker.c \ lib/leak-checker.h \ lib/learning-switch.c \ lib/learning-switch.h \ lib/list.c \ lib/list.h \ + lib/lockfile.c \ + lib/lockfile.h \ 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 +77,15 @@ lib_libopenvswitch_a_SOURCES = \ lib/ofp-print.h \ lib/ofpbuf.c \ lib/ofpbuf.h \ + lib/ovsdb-data.c \ + lib/ovsdb-data.h \ + lib/ovsdb-error.c \ + lib/ovsdb-error.h \ + lib/ovsdb-parser.c \ + lib/ovsdb-parser.h \ + lib/ovsdb-types.c \ + lib/ovsdb-types.h \ + lib/packets.c \ lib/packets.h \ lib/pcap.c \ lib/pcap.h \ @@ -82,6 +101,10 @@ lib_libopenvswitch_a_SOURCES = \ lib/random.h \ lib/rconn.c \ lib/rconn.h \ + lib/reconnect.c \ + lib/reconnect.h \ + lib/rtnetlink.c \ + lib/rtnetlink.h \ lib/sat-math.h \ lib/sha1.c \ lib/sha1.h \ @@ -91,8 +114,17 @@ lib_libopenvswitch_a_SOURCES = \ lib/signals.h \ lib/socket-util.c \ lib/socket-util.h \ + lib/sort.c \ + lib/sort.h \ lib/stp.c \ lib/stp.h \ + lib/stream-fd.c \ + lib/stream-fd.h \ + lib/stream-provider.h \ + lib/stream-tcp.c \ + lib/stream-unix.c \ + lib/stream.c \ + lib/stream.h \ lib/svec.c \ lib/svec.h \ lib/tag.c \ @@ -100,8 +132,12 @@ lib_libopenvswitch_a_SOURCES = \ lib/timeval.c \ lib/timeval.h \ lib/type-props.h \ + lib/uuid.c \ + lib/uuid.h \ lib/unixctl.c \ lib/unixctl.h \ + lib/unicode.c \ + lib/unicode.h \ lib/util.c \ lib/util.h \ lib/valgrind.h \ @@ -150,9 +186,13 @@ EXTRA_DIST += \ EXTRA_DIST += \ lib/common.man \ + lib/common-syn.man \ lib/daemon.man \ + lib/daemon-syn.man \ lib/dpif.man \ lib/leak-checker.man \ + lib/vlog-unixctl.man \ + lib/vlog-syn.man \ lib/vlog.man @@ -171,9 +211,9 @@ install-data-local: # All the source files that have coverage counters. COVERAGE_FILES = \ - lib/cfg.c \ lib/dpif.c \ lib/flow.c \ + lib/lockfile.c \ lib/hmap.c \ lib/mac-learning.c \ lib/netdev.c \ @@ -183,12 +223,14 @@ COVERAGE_FILES = \ lib/poll-loop.c \ lib/process.c \ lib/rconn.c \ + lib/rtnetlink.c \ + lib/stream.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