From 60567113f79bd17fbe9f773d6c9416671a95ee88 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Wed, 26 Feb 2014 08:45:58 -0800 Subject: [PATCH] signals: Don't compile for Windows. There are no users in Windows for any of the function in signals.c Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- lib/automake.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/automake.mk b/lib/automake.mk index f3868dbf9..9c345e7f9 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 -- 2.47.0