X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=b14c939405b97d4d4b71149d2afe1b3b08717f80;hb=d530fcd2425c2443c1a1c093903b6932c4c5814c;hp=c502a3bdf5668a2e2285038b4529e2262f95a2ac;hpb=2b9d65898426b2e15d05dc6a9ffdbcb92933398f;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index c502a3bd..b14c9394 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -14,6 +14,7 @@ lib_libopenvswitch_a_SOURCES = \ lib/backtrace.h \ lib/bitmap.c \ lib/bitmap.h \ + lib/byte-order.h \ lib/byteq.c \ lib/byteq.h \ lib/classifier.c \ @@ -67,6 +68,9 @@ lib_libopenvswitch_a_SOURCES = \ lib/netdev-provider.h \ lib/netdev.c \ lib/netdev.h \ + lib/nx-match.c \ + lib/nx-match.def \ + lib/nx-match.h \ lib/odp-util.c \ lib/odp-util.h \ lib/ofp-parse.c \ @@ -149,8 +153,7 @@ lib_libopenvswitch_a_SOURCES = \ lib/vconn.h \ lib/vlog-modules.def \ lib/vlog.c \ - lib/vlog.h \ - lib/xtoxll.h + lib/vlog.h nodist_lib_libopenvswitch_a_SOURCES = \ lib/coverage-counters.c \ lib/dirs.c