X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fautomake.mk;h=92cfc13e05297f7a8acb88d66b9b25945704204b;hb=050678819a46b12cdbf2021545c61631ce5041e9;hp=b46a8680a76a4804acda63f217113f562e178c7c;hpb=888e0cf441e1cd7dc2846a91f85319abd7419246;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index b46a8680a..92cfc13e0 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 \ @@ -125,6 +129,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 \ @@ -159,6 +165,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 \