X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fautomake.mk;h=ffaf89ab70c1a3434c899ca02c5f3f3f21446620;hb=b2f2acd543f159ba984a00059892917933612a10;hp=fa7f17332f63efdcc942f2326df6485b40285f29;hpb=77d14d9c7f9ce7245eff56aacd420646577892d0;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index fa7f17332..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 \ @@ -195,6 +201,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/svec.h \ lib/table.c \ lib/table.h \ + lib/tag.c \ + lib/tag.h \ lib/timer.c \ lib/timer.h \ lib/timeval.c \