summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4128b457e1..40d5cab78d 100644
--- a/Makefile
+++ b/Makefile
@@ -1679,6 +1679,11 @@ else
LIB_OBJS += unix-socket.o
endif
+ifdef USE_WIN32_IPC
+ LIB_OBJS += compat/simple-ipc/ipc-shared.o
+ LIB_OBJS += compat/simple-ipc/ipc-win32.o
+endif
+
ifdef NO_ICONV
BASIC_CFLAGS += -DNO_ICONV
endif