daemon: Close standard file descriptors after detach for windows.
[sliver-openvswitch.git] / lib / automake.mk
index 6b0442c..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 \
@@ -302,6 +303,12 @@ lib_libopenvswitch_la_SOURCES += \
        lib/route-table.h
 endif
 
+if DPDK_NETDEV
+lib_libopenvswitch_la_SOURCES += \
+       lib/netdev-dpdk.c \
+       lib/netdev-dpdk.h
+endif
+
 if HAVE_POSIX_AIO
 lib_libopenvswitch_la_SOURCES += lib/async-append-aio.c
 else