X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fautomake.mk;h=ebf3f9dddc958e2abcba205fa467a490e99a73b5;hb=bdd534291ff72077390f7b1745c4443ad3833d99;hp=5eece1c2a575840676f4619b924a01a558dacad9;hpb=38b7a52b618b98f03f089d0dff4050ec76fd06d4;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index 5eece1c2a..ebf3f9ddd 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicira, Inc. +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Nicira, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -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 \ @@ -57,6 +56,8 @@ lib_libopenvswitch_la_SOURCES = \ lib/dynamic-string.h \ lib/entropy.c \ lib/entropy.h \ + lib/fat-rwlock.c \ + lib/fat-rwlock.h \ lib/fatal-signal.c \ lib/fatal-signal.h \ lib/flow.c \ @@ -79,7 +80,6 @@ lib_libopenvswitch_la_SOURCES = \ lib/jsonrpc.h \ lib/lacp.c \ lib/lacp.h \ - lib/latch.c \ lib/latch.h \ lib/learn.c \ lib/learn.h \ @@ -100,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 \ @@ -196,6 +198,7 @@ lib_libopenvswitch_la_SOURCES = \ lib/stream-unix.c \ lib/stream.c \ lib/stream.h \ + lib/stdio.c \ lib/string.c \ lib/svec.c \ lib/svec.h \ @@ -209,6 +212,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 \ @@ -234,7 +239,21 @@ lib_libopenvswitch_la_SOURCES = \ lib/vswitch-idl.h \ lib/vtep-idl.c \ lib/vtep-idl.h -EXTRA_DIST += lib/string.h.in + +if WIN32 +lib_libopenvswitch_la_SOURCES += \ + lib/daemon-windows.c \ + lib/getopt_long.c \ + lib/latch-windows.c +else +lib_libopenvswitch_la_SOURCES += \ + lib/daemon.c \ + lib/latch.c +endif + +EXTRA_DIST += \ + lib/stdio.h.in \ + lib/string.h.in nodist_lib_libopenvswitch_la_SOURCES = \ lib/dirs.c @@ -323,6 +342,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 \