X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/0d036225ba6aafb985f6958c6ad4ce608cf660c0..69ec21eebb2517e058f384151f0a77cc7820500d:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index e078057..de36c99 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with `automake' to generate `Makefile.in' ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.4 1997/08/20 16:14:12 mdw Exp $ +## $Id: Makefile.am,v 1.6 1997/09/18 11:17:18 mdw Exp $ ## ## Makefile for `become' ## @@ -29,7 +29,14 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ -## Revision 1.4 1997/08/20 16:14:12 mdw +## Revision 1.6 1997/09/18 11:17:18 mdw +## Fix comment leaders. Don't know why this CVS keeps breaking them. +## Could be DEC's bogus version of RCS being picked up. +## +## Revision 1.5 1997/09/17 10:28:25 mdw +## Remove `set.c'. No longer necessary. +## +## Revision 1.4 1997/08/20 16:14:12 mdw ## Build parser and lexer into the source directory. Other cosmetic ## things. ## @@ -55,7 +62,7 @@ noinst_LIBRARIES = bcm bcm_SOURCES = \ check.c daemon.c \ lexer.l parser.y \ - class.c name.c netg.c rule.c set.c sym.c userdb.c \ + class.c name.c netg.c rule.c sym.c userdb.c \ crypt.c \ noise.c rand.c \ icrypt.c idea.c md5.c \ @@ -64,7 +71,7 @@ bcm_SOURCES = \ become.h \ check.h daemon.h \ lexer.h parser.h \ - class.h name.h netg.h rule.h set.h sym.h userdb.h \ + class.h name.h netg.h rule.h sym.h userdb.h \ crypt.h \ noise.h rand.h \ icrypt.h idea.h md5.h \