added sigPipeIgnore

This commit is contained in:
Jeff Hill
1997-04-10 19:46:31 +00:00
parent d3c6310bb1
commit 5e1157d363
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -29,7 +29,11 @@ INC += osiTime.h
INC += osiTimer.h
INC += macLib.h
INC += impLib.h
<<<<<<< Makefile.Host
INC += sigPipeIgnore.h
=======
INC += dbmf.h
>>>>>>> 1.4
# For WIN32 we supply getopt as part of libCom:
INC_WIN32 := getopt.h
@@ -65,7 +69,11 @@ LIBSRCS += macUtil.c
LIBSRCS += ipAddrToA.cc
LIBSRCS += osdTime.cc
LIBSRCS += impLib.c
<<<<<<< Makefile.Host
LIBSRCS += sigPipeIgnore.c
=======
LIBSRCS += dbmf.c
>>>>>>> 1.4
# WIN32 has no getopt, we add it to the Com lib,
# special initialisation is done in winmain.c
+2
View File
@@ -29,6 +29,7 @@ SRCS.c += ../macUtil.c
#SRCS.c += ../osiTimer.cc
#SRCS.c += ../os/vxWorks/osdTime.cc
SRCS.c += ../os/vxWorks/ipAddrToA.c
SRCS.c += ../os/vxWorks/sigPipeIgnore.c
SRCS.c += ../impLib.c
SRCS.c += ../dbmf.c
@@ -54,6 +55,7 @@ LIBOBJS += macUtil.o
#LIBOBJS += osiTimer.o
#LIBOBJS += osdTime.o
LIBOBJS += ipAddrToA.o
LIBOBJS += sigPipeIgnore.o
LIBOBJS += impLib.o
LIBOBJS += dbmf.o