X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=8c45ff66719a7ec279f7b35f2c1aeeab1d098f45;hb=2280e7223cc5d014fe60ad3be45b8e4d9d401997;hp=406b4240b842f32135340a42703d707c983a09c6;hpb=3ed497fc10033c9857140270d60ef6aa2d7c0c08;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index 406b4240..8c45ff66 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -16,8 +16,6 @@ lib_libopenvswitch_a_SOURCES = \ lib/bitmap.h \ lib/byteq.c \ lib/byteq.h \ - lib/cfg.c \ - lib/cfg.h \ lib/classifier.c \ lib/classifier.h \ lib/command-line.c \ @@ -81,6 +79,9 @@ lib_libopenvswitch_a_SOURCES = \ 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 \ @@ -132,14 +133,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 \ @@ -232,7 +233,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