X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fautomake.mk;h=476421c3d1d4ada9bc8fd32e52a243fa10d0e1bb;hb=5020f5f099526ec224ba0b1703806b42ebdaee5a;hp=2ef806e4d481496435c06127be072009abdac573;hpb=9d0581fdf22bec79fc09cddb29808c89d16f0266;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index 2ef806e4d..476421c3d 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 \ @@ -177,8 +176,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 +186,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,11 +234,18 @@ lib_libopenvswitch_la_SOURCES = \ if WIN32 lib_libopenvswitch_la_SOURCES += \ + lib/daemon-windows.c \ lib/getopt_long.c \ - lib/latch-windows.c + lib/latch-windows.c \ + lib/stream-fd-windows.c else lib_libopenvswitch_la_SOURCES += \ - lib/latch.c + 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 += \ @@ -272,7 +274,7 @@ if HAVE_WNO_UNUSED_PARAMETER lib_libsflow_la_CFLAGS += -Wno-unused-parameter endif -if LINUX_DATAPATH +if LINUX lib_libopenvswitch_la_SOURCES += \ lib/dpif-linux.c \ lib/dpif-linux.h \ @@ -337,6 +339,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 \