X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fautomake.mk;h=ac583c239c96c024f36b93a0cd5915c9ea75b31e;hb=3ba9c6a5a5468626dcfeb1f9a750bb0efc8c6a7a;hp=94ba060bc060487c7965e328bbdb224c315b2ea0;hpb=4ca828d713451307fea449be5111272f47c0c5a7;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index 94ba060bc..ac583c239 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -40,7 +40,6 @@ lib_libopenvswitch_la_SOURCES = \ lib/crc32c.h \ lib/csum.c \ lib/csum.h \ - lib/daemon.c \ lib/daemon.h \ lib/dhcp.h \ lib/dummy.c \ @@ -101,6 +100,8 @@ lib_libopenvswitch_la_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 \ @@ -177,8 +178,6 @@ lib_libopenvswitch_la_SOURCES = \ lib/shash.h \ lib/simap.c \ lib/simap.h \ - lib/signals.c \ - lib/signals.h \ lib/smap.c \ lib/smap.h \ lib/socket-util.c \ @@ -189,12 +188,10 @@ lib_libopenvswitch_la_SOURCES = \ lib/sset.h \ lib/stp.c \ lib/stp.h \ - lib/stream-fd.c \ lib/stream-fd.h \ lib/stream-provider.h \ lib/stream-ssl.h \ lib/stream-tcp.c \ - lib/stream-unix.c \ lib/stream.c \ lib/stream.h \ lib/stdio.c \ @@ -211,6 +208,8 @@ lib_libopenvswitch_la_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 \ @@ -236,10 +235,21 @@ lib_libopenvswitch_la_SOURCES = \ lib/vswitch-idl.h \ lib/vtep-idl.c \ lib/vtep-idl.h + if WIN32 -lib_libopenvswitch_la_SOURCES += lib/latch-windows.c +lib_libopenvswitch_la_SOURCES += \ + lib/daemon-windows.c \ + lib/getopt_long.c \ + lib/latch-windows.c \ + lib/stream-fd-windows.c else -lib_libopenvswitch_la_SOURCES += lib/latch.c +lib_libopenvswitch_la_SOURCES += \ + lib/daemon.c \ + lib/latch-unix.c \ + lib/signals.c \ + lib/signals.h \ + lib/stream-fd-unix.c \ + lib/stream-unix.c endif EXTRA_DIST += \ @@ -333,6 +343,8 @@ MAN_FRAGMENTS += \ lib/memory-unixctl.man \ lib/ofp-version.man \ lib/ovs.tmac \ + lib/service.man \ + lib/service-syn.man \ lib/ssl-bootstrap.man \ lib/ssl-bootstrap-syn.man \ lib/ssl-peer-ca-cert.man \