X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/7932b9877c39d12d653c4c1238080e9f26d51abf..547dc0e8658f6a734abcbb0a802e39ae6f6f52a2:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2c270c7..2889c16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ## @@ -28,6 +28,12 @@ ##----- 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 ---------------------------------------------------