X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fautomake.mk;h=ffaf89ab70c1a3434c899ca02c5f3f3f21446620;hb=093f56c5c5c8b0891e837beb1defd84bc165ac6a;hp=22a9b65b881373f673410174f32dad5bc6f25f40;hpb=bbb8dee92d639331e8bd81823638267dcc895396;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index 22a9b65b8..ffaf89ab7 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -33,6 +33,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/compiler.h \ lib/coverage.c \ lib/coverage.h \ + lib/crc32c.c \ + lib/crc32c.h \ lib/csum.c \ lib/csum.h \ lib/daemon.c \ @@ -56,6 +58,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/fatal-signal.h \ lib/flow.c \ lib/flow.h \ + lib/guarded-list.c \ + lib/guarded-list.h \ lib/hash.c \ lib/hash.h \ lib/hindex.c \ @@ -127,6 +131,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/ofpbuf.c \ lib/ofpbuf.h \ lib/ovs-atomic-c11.h \ + lib/ovs-atomic-clang.h \ + lib/ovs-atomic-flag-gcc4.7+.h \ lib/ovs-atomic-gcc4+.c \ lib/ovs-atomic-gcc4+.h \ lib/ovs-atomic-gcc4.7+.h \ @@ -161,6 +167,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/reconnect.c \ lib/reconnect.h \ lib/sat-math.h \ + lib/seq.c \ + lib/seq.h \ lib/sha1.c \ lib/sha1.h \ lib/shash.c \ @@ -267,7 +275,7 @@ endif if HAVE_POSIX_AIO lib_libopenvswitch_a_SOURCES += lib/async-append-aio.c else -lib_libopenvswitch_a_SOURCES += lib/async-append-sync.c +lib_libopenvswitch_a_SOURCES += lib/async-append-null.c endif if ESX