Privileged outgoing connections.
[fwd] / Makefile.am
index c9598c6..2889c16 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.6 2003/11/25 14:08:23 mdw Exp $
+## $Id: Makefile.am,v 1.7 2003/11/29 20:36:07 mdw Exp $
 ##
 ## Makefile for fw
 ##
@@ -28,6 +28,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.7  2003/11/29 20:36:07  mdw
+## Privileged outgoing connections.
+##
 ## Revision 1.6  2003/11/25 14:08:23  mdw
 ## Debianization.  Socket target options.  Internet binding.
 ##
@@ -68,7 +71,7 @@ fw_SOURCES = \
          inet.c un.c \
          inet.h un.h \
        \
-       acl.c fattr.c identify.c \
-       acl.h fattr.h identify.h rlimits.h
+       acl.c fattr.c identify.c privconn.c \
+       acl.h fattr.h identify.h privconn.h rlimits.h
 
 ##----- That's all, folks ---------------------------------------------------