socket-util: Unix socket related calls for non-windows platform.
[sliver-openvswitch.git] / lib / automake.mk
index 2ef806e..6c5ad8d 100644 (file)
@@ -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 \
@@ -194,7 +193,6 @@ lib_libopenvswitch_la_SOURCES = \
        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 +237,14 @@ lib_libopenvswitch_la_SOURCES = \
 
 if WIN32
 lib_libopenvswitch_la_SOURCES += \
+       lib/daemon-windows.c \
        lib/getopt_long.c \
        lib/latch-windows.c
 else
 lib_libopenvswitch_la_SOURCES += \
-       lib/latch.c
+       lib/daemon.c \
+       lib/latch.c \
+       lib/stream-unix.c
 endif
 
 EXTRA_DIST += \
@@ -337,6 +338,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 \