Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2003-09-01 20:47:04 +0400
committercvs2svn <>2003-09-01 20:47:04 +0400
commit2faac9e9f361dae261d6bf838321648816076061 (patch)
tree2f5f8a1b0d52c08bcc76299791878d4f3fa0f54c /winsup/cygserver/Makefile.in
parent1910279d014b6b850d52c84d07c6e1bfb570e6e9 (diff)
This commit was manufactured by cvs2svn to create tag 'cr-0x99'.cr-0x99
Sprout from Z-emcb-cygwin_daemon 2003-08-29 08:01:10 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'Z-emcb-' Cherrypick from master 2003-09-01 16:47:03 UTC Christopher Faylor <me@cgf.cx> '* net.cc (dup_ent): Restore check for NULL input.': winsup/cygserver/ChangeLog winsup/cygserver/Makefile.in winsup/cygserver/msg.cc winsup/cygserver/sem.cc winsup/cygserver/threaded_queue.h winsup/cygwin/ChangeLog winsup/cygwin/Makefile.in winsup/cygwin/configure winsup/cygwin/configure.in winsup/cygwin/cygheap.cc winsup/cygwin/cygheap.h winsup/cygwin/dlmalloc.c winsup/cygwin/dlmalloc.h winsup/cygwin/exceptions.cc winsup/cygwin/fhandler.cc winsup/cygwin/heap.cc winsup/cygwin/include/sys/cygwin.h winsup/cygwin/libc/fnmatch.c winsup/cygwin/malloc.cc winsup/cygwin/net.cc winsup/cygwin/path.cc winsup/cygwin/pinfo.h winsup/cygwin/shm.cc winsup/cygwin/signal.cc winsup/cygwin/sigproc.cc winsup/cygwin/sigproc.h winsup/doc/ChangeLog winsup/doc/pathnames.sgml winsup/utils/ChangeLog winsup/utils/Makefile.in winsup/utils/kill.cc Delete: winsup/cygwin/cygserver.cc winsup/cygwin/cygserver_client.cc winsup/cygwin/cygserver_ipc.h winsup/cygwin/cygserver_process.cc winsup/cygwin/cygserver_shm.cc winsup/cygwin/cygserver_shm.h winsup/cygwin/cygserver_transport.cc winsup/cygwin/cygserver_transport_pipes.cc winsup/cygwin/cygserver_transport_sockets.cc winsup/cygwin/threaded_queue.cc winsup/cygwin/threaded_queue.h
Diffstat (limited to 'winsup/cygserver/Makefile.in')
-rw-r--r--winsup/cygserver/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygserver/Makefile.in b/winsup/cygserver/Makefile.in
index b0396340a..5780dab99 100644
--- a/winsup/cygserver/Makefile.in
+++ b/winsup/cygserver/Makefile.in
@@ -37,8 +37,8 @@ override CXXFLAGS+=-fno-exceptions -fno-rtti -DHAVE_DECL_GETOPT=0 -D__OUTSIDE_CY
include $(srcdir)/../Makefile.common
-OBJS:= cygserver.o client.o process.o shm.o threaded_queue.o transport.o \
- transport_pipes.o transport_sockets.o
+OBJS:= cygserver.o client.o process.o msg.o sem.o shm.o threaded_queue.o \
+ transport.o transport_pipes.o transport_sockets.o
LIBOBJS:=${patsubst %.o,lib%.o,$(OBJS)}
CYGWIN_OBJS:=$(cygwin_build)/smallprint.o $(cygwin_build)/version.o \