X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fautomake.mk;h=fb9dde631a4e0fb93f2735b89470d18d1293d6a7;hb=67680b012be30d9c26eab999b83b08c6eb32dbd2;hp=f6b2aa1b09a3d267b7322d3e131e04c483c9a439;hpb=361906b1e2c6482d77280f345d3e42048d8c2700;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index f6b2aa1b0..fb9dde631 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -10,8 +10,6 @@ noinst_LIBRARIES += lib/libopenvswitch.a lib_libopenvswitch_a_SOURCES = \ lib/aes128.c \ lib/aes128.h \ - lib/autopath.c \ - lib/autopath.h \ lib/backtrace.c \ lib/backtrace.h \ lib/bitmap.c \ @@ -61,6 +59,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/hmap.h \ lib/hmapx.c \ lib/hmapx.h \ + lib/jhash.c \ + lib/jhash.h \ lib/json.c \ lib/json.h \ lib/jsonrpc.c \ @@ -88,7 +88,11 @@ lib_libopenvswitch_a_SOURCES = \ lib/multipath.c \ lib/multipath.h \ lib/netdev-dummy.c \ + lib/netdev-tunnel.c \ + lib/netdev-pltap.c \ lib/netdev-provider.h \ + lib/netdev-vport.c \ + lib/netdev-vport.h \ lib/netdev.c \ lib/netdev.h \ lib/netflow.h \ @@ -111,6 +115,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/ofp-util.c \ lib/ofp-util.def \ lib/ofp-util.h \ + lib/ofp-version-opt.h \ + lib/ofp-version-opt.c \ lib/ofpbuf.c \ lib/ofpbuf.h \ lib/ovsdb-data.c \ @@ -181,6 +187,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/timeval.h \ lib/token-bucket.c \ lib/token-bucket.h \ + lib/tunalloc.c \ + lib/tunalloc.h \ lib/type-props.h \ lib/unaligned.h \ lib/unicode.c \ @@ -233,8 +241,6 @@ lib_libopenvswitch_a_SOURCES += \ lib/dpif-linux.h \ lib/netdev-linux.c \ lib/netdev-linux.h \ - lib/netdev-vport.c \ - lib/netdev-vport.h \ lib/netlink-notifier.c \ lib/netlink-notifier.h \ lib/netlink-protocol.h \ @@ -287,6 +293,7 @@ MAN_FRAGMENTS += \ lib/daemon-syn.man \ lib/leak-checker.man \ lib/memory-unixctl.man \ + lib/ofp-version.man \ lib/ovs.tmac \ lib/ssl-bootstrap.man \ lib/ssl-bootstrap-syn.man \