Implement RFC 4122-compliant UUIDs.
[sliver-openvswitch.git] / lib / automake.mk
index 9ba513a..1d02dfd 100644 (file)
@@ -8,6 +8,8 @@
 noinst_LIBRARIES += lib/libopenvswitch.a
 
 lib_libopenvswitch_a_SOURCES = \
+       lib/aes128.c \
+       lib/aes128.h \
        lib/backtrace.c \
        lib/backtrace.h \
        lib/bitmap.c \
@@ -49,12 +51,16 @@ lib_libopenvswitch_a_SOURCES = \
        lib/hash.h \
        lib/hmap.c \
        lib/hmap.h \
+       lib/json.c \
+       lib/json.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 \
@@ -103,8 +109,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 \
@@ -175,9 +185,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 \