X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=cace97cf90d032b73ada4bb958233d893cddaad1;hb=1e68c0730d0753e9a796a0d6d4b95933f7cdfbd2;hp=918e4bb42ae5aa6a640cca234a65aaa5aee8e454;hpb=f85f8ebbfac946c19b3c6eb0f4170f579d0a4d25;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index 918e4bb4..cace97cf 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -77,11 +77,13 @@ lib_libopenvswitch_a_SOURCES = \ lib/ofp-print.h \ lib/ofpbuf.c \ lib/ofpbuf.h \ - lib/ovsdb-client.h \ lib/ovsdb-data.c \ lib/ovsdb-data.h \ lib/ovsdb-error.c \ lib/ovsdb-error.h \ + lib/ovsdb-idl-provider.h \ + lib/ovsdb-idl.c \ + lib/ovsdb-idl.h \ lib/ovsdb-parser.c \ lib/ovsdb-parser.h \ lib/ovsdb-types.c \ @@ -102,6 +104,8 @@ 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 \ @@ -131,14 +135,14 @@ 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/unixctl.c \ + lib/unixctl.h \ lib/util.c \ lib/util.h \ + lib/uuid.c \ + lib/uuid.h \ lib/valgrind.h \ lib/vconn-provider.h \ lib/vconn-ssl.h \ @@ -185,10 +189,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 @@ -228,7 +235,6 @@ COVERAGE_FILES = \ ofproto/ofproto.c \ ofproto/pktbuf.c \ vswitchd/bridge.c \ - vswitchd/mgmt.c \ vswitchd/ovs-brcompatd.c lib/coverage-counters.c: $(COVERAGE_FILES) lib/coverage-scan.pl (cd $(srcdir) && $(PERL) lib/coverage-scan.pl $(COVERAGE_FILES)) > $@.tmp