From cbc6aaca6dd7ac57a6115b3512a85045e51303dd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 26 Mar 2009 16:45:25 +0100 Subject: started with service.c, now the messages in testservicemsg.dll are a mess.. --- src/Makefile.W32 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.W32') diff --git a/src/Makefile.W32 b/src/Makefile.W32 index 92cda58..25d6eb0 100644 --- a/src/Makefile.W32 +++ b/src/Makefile.W32 @@ -26,7 +26,8 @@ SERVICE_OBJS = \ OBJS = \ $(PORT_OBJS) \ - $(LOG_OBJS) + $(LOG_OBJS) \ + $(SERVICE_OBJS) local_all: $(LIBRARIES) -- cgit v1.2.3-54-g00ecf