Lots of changes to source files for new design.
authormdw <mdw>
Mon, 26 Jul 1999 23:30:06 +0000 (23:30 +0000)
committermdw <mdw>
Mon, 26 Jul 1999 23:30:06 +0000 (23:30 +0000)
Makefile.am

index dee415f..a6daaa0 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.2 1999/07/03 13:53:27 mdw Exp $
+## $Id: Makefile.am,v 1.3 1999/07/26 23:30:06 mdw Exp $
 ##
 ## Makefile for fw
 ##
@@ -28,6 +28,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## 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.
 ##
@@ -47,9 +50,18 @@ INCLUDES = -I$(srcdir)/mLib
 EXTRA_DIST = $(man_MANS)
 
 fw_SOURCES = \
-       acl.c bres.c chan.c conf.c forward.c fw.c \
-       ident.c identify.c listener.c scan.c \
-       acl.h bres.h chan.h conf.h forward.h fw.h \
-       ident.h identify.h listener.h scan.h
+       chan.c conf.c endpt.c fw.c reffd.c scan.c \
+       chan.h conf.h endpt.h fw.h reffd.h scan.h \
+       \
+       source.c source.h target.h \
+         exec.c file.c socket.c \
+         exec.h file.h socket.h \
+       \
+       addr.h \
+         inet.c un.c \
+         inet.h un.h \
+       \
+       acl.c bres.c fattr.c ident.c identify.c \
+       acl.h bres.h fattr.h ident.h identify.h rlimits.h
 
 ##----- That's all, folks ---------------------------------------------------