Debianization. Socket target options. Internet binding.
[fwd] / Makefile.am
index 2c270c7..c9598c6 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.6 2003/11/25 14:08:23 mdw Exp $
 ##
 ## Makefile for fw
 ##
@@ -28,6 +28,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## 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 +52,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 \