[ovs-dev] [PATCH 2/5] signals: Don't compile for Windows.

Gurucharan Shetty shettyg at nicira.com
Wed Feb 26 18:51:57 UTC 2014


There are no users in Windows for any of the
function in signals.c

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
---
 lib/automake.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/automake.mk b/lib/automake.mk
index f3868db..9c345e7 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -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
-- 
1.7.9.5




More information about the dev mailing list