hmap: Add function to mark an hmap_node as "null" and check for the mark.
[openvswitch] / lib / automake.mk
index ee5a1956d4a5ff1cd860b6de594b76494b35b1ee..cace97cf90d032b73ada4bb958233d893cddaad1 100644 (file)
@@ -135,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 \
@@ -235,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