And a typo fix.
[fwd] / Makefile.am
index 2c270c7..2889c16 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.5 1999/11/11 19:08:27 mdw Exp $
+## $Id: Makefile.am,v 1.7 2003/11/29 20:36:07 mdw Exp $
 ##
 ## Makefile for fw
 ##
 ##----- 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.
+##
 ## Revision 1.5  1999/11/11 19:08:27  mdw
 ## Build separately from mLib.
 ##
@@ -49,7 +55,9 @@ AUTOMAKE_OPTIONS = foreign
 bin_PROGRAMS = fw
 man_MANS = fw.1
 
-EXTRA_DIST = $(man_MANS)
+EXTRA_DIST = \
+       $(man_MANS) \
+       debian/changelog debian/copyright debian/control debian/rules
 
 fw_SOURCES = \
        chan.c conf.c endpt.c fw.c reffd.c scan.c \
@@ -63,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 ---------------------------------------------------