daemon: Close standard file descriptors after detach for windows.
[sliver-openvswitch.git] / lib / automake.mk
index fcd2c5b..519d243 100644 (file)
@@ -45,6 +45,7 @@ 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 \
@@ -251,7 +252,7 @@ lib_libopenvswitch_la_SOURCES += \
        lib/stream-fd-windows.c
 else
 lib_libopenvswitch_la_SOURCES += \
-       lib/daemon.c \
+       lib/daemon-unix.c \
        lib/latch-unix.c \
        lib/signals.c \
        lib/signals.h \