signals: Don't compile for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 26 Feb 2014 16:45:58 +0000 (08:45 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 26 Feb 2014 20:35:00 +0000 (12:35 -0800)
There are no users in Windows for any of the
function in signals.c

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk

index f3868db..9c345e7 100644 (file)
@@ -176,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 \
@@ -244,6 +242,8 @@ 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