(gl_UNISTD_SAFER): Add pipe-safer.c.
authorJim Meyering <jim@meyering.net>
Sat, 27 Aug 2005 14:37:07 +0000 (14:37 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 27 Aug 2005 14:37:07 +0000 (14:37 +0000)
m4/unistd-safer.m4

index a1dc2b7..16e50ff 100644 (file)
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
 dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,7 @@ AC_DEFUN([gl_UNISTD_SAFER],
   AC_LIBSOURCES([dup-safer.c, fd-safer.c, unistd-safer.h])
   AC_LIBOBJ([dup-safer])
   AC_LIBOBJ([fd-safer])
+  AC_LIBOBJ([pipe-safer])
 
   gl_PREREQ_DUP_SAFER
   gl_PREREQ_FD_SAFER