X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fautomake.mk;h=ac583c239c96c024f36b93a0cd5915c9ea75b31e;hb=3ba9c6a5a5468626dcfeb1f9a750bb0efc8c6a7a;hp=5e90f9f2bb1e667071132ac2781a0e765c3f9cde;hpb=4b0424809b823101c969a0691fc1db0c880ae64a;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index 5e90f9f2b..ac583c239 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 \ @@ -178,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 \ @@ -190,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 \ @@ -239,6 +235,23 @@ lib_libopenvswitch_la_SOURCES = \ lib/vswitch-idl.h \ lib/vtep-idl.c \ lib/vtep-idl.h + +if WIN32 +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/daemon.c \ + lib/latch-unix.c \ + lib/signals.c \ + lib/signals.h \ + lib/stream-fd-unix.c \ + lib/stream-unix.c +endif + EXTRA_DIST += \ lib/stdio.h.in \ lib/string.h.in @@ -330,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 \