blast: Upper-case metasyntactic variables in the usage message.
[fwd] / Makefile.am
index 2c270c7..40dd33d 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.8 2004/04/08 01:36:25 mdw Exp $
 ##
 ## Makefile for fw
 ##
 ## along with `fw'; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.5  1999/11/11 19:08:27  mdw
-## Build separately from mLib.
-##
-## Revision 1.4  1999/10/10 16:47:16  mdw
-## Moved some files to mLib.
-##
-## Revision 1.3  1999/07/26 23:30:06  mdw
-## Lots of changes to source files for new design.
-##
-## Revision 1.2  1999/07/03 13:53:27  mdw
-## Install and distribute new manual page.
-##
-## Revision 1.1.1.1  1999/07/01 08:56:23  mdw
-## Initial revision.
-##
-
 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 +46,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 ---------------------------------------------------