chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
691fa73
)
Remove `set.c'. No longer necessary.
author
mdw
<mdw>
Wed, 17 Sep 1997 10:28:25 +0000
(10:28 +0000)
committer
mdw
<mdw>
Wed, 17 Sep 1997 10:28:25 +0000
(10:28 +0000)
src/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index e0780571411658fd8e79219cb9fc1850377fafa8..fcfb390cbbaf1b65ead3bc655047bb71fb6e3b45 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1,7
+1,7
@@
## Process this file with `automake' to generate `Makefile.in'
## -*-makefile-*-
##
## 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.
5 1997/09/17 10:28:25
mdw Exp $
##
## Makefile for `become'
##
##
## Makefile for `become'
##
@@
-29,10
+29,13
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
-## Revision 1.4 1997/08/20 16:14:12 mdw
-## Build parser and lexer into the source directory. Other cosmetic
-## things.
+## 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.
+#
## Revision 1.3 1997/08/07 09:39:36 mdw
## Add new source files, and remove options inappropriate for subsidiary
## Makefiles.
## Revision 1.3 1997/08/07 09:39:36 mdw
## Add new source files, and remove options inappropriate for subsidiary
## Makefiles.
@@
-55,7
+58,7
@@
noinst_LIBRARIES = bcm
bcm_SOURCES = \
check.c daemon.c \
lexer.l parser.y \
bcm_SOURCES = \
check.c daemon.c \
lexer.l parser.y \
- class.c name.c netg.c rule.c s
et.c s
ym.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 \
crypt.c \
noise.c rand.c \
icrypt.c idea.c md5.c \
@@
-64,7
+67,7
@@
bcm_SOURCES = \
become.h \
check.h daemon.h \
lexer.h parser.h \
become.h \
check.h daemon.h \
lexer.h parser.h \
- class.h name.h netg.h rule.h s
et.h s
ym.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 \
crypt.h \
noise.h rand.h \
icrypt.h idea.h md5.h \