Moved some files to mLib.
authormdw <mdw>
Sun, 10 Oct 1999 16:47:16 +0000 (16:47 +0000)
committermdw <mdw>
Sun, 10 Oct 1999 16:47:16 +0000 (16:47 +0000)
Makefile.am

index a6daaa0..954d69c 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.3 1999/07/26 23:30:06 mdw Exp $
+## $Id: Makefile.am,v 1.4 1999/10/10 16:47:16 mdw Exp $
 ##
 ## Makefile for fw
 ##
@@ -28,6 +28,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## 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.
 ##
@@ -61,7 +64,7 @@ fw_SOURCES = \
          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
+       acl.c fattr.c identify.c \
+       acl.h fattr.h identify.h rlimits.h
 
 ##----- That's all, folks ---------------------------------------------------