Add new source files, and remove options inappropriate for subsidiary
authormdw <mdw>
Thu, 7 Aug 1997 09:39:36 +0000 (09:39 +0000)
committermdw <mdw>
Thu, 7 Aug 1997 09:39:36 +0000 (09:39 +0000)
Makefiles.

src/Makefile.am

index af41625..e8068ef 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.2 1997/08/04 10:24:19 mdw Exp $
+## $Id: Makefile.am,v 1.3 1997/08/07 09:39:36 mdw Exp $
 ##
 ## Makefile for `become'
 ##
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.3  1997/08/07 09:39:36  mdw
+## Add new source files, and remove options inappropriate for subsidiary
+## Makefiles.
+##
 ## Revision 1.2  1997/08/04 10:24:19  mdw
 ## Sources placed under CVS control.
 ##
 
 ##----- General setup things ------------------------------------------------
 
-## --- Standard setup things ---
-
-AUTOMAKE_OPTIONS = foreign
-
 ## --- What to make ---
 
 bin_PROGRAMS = become keygen
@@ -51,7 +51,7 @@ noinst_LIBRARIES = bcm
 bcm_SOURCES = \
        check.c daemon.c \
        lexer.l parser.y \
-       class.c name.c rule.c set.c sym.c userdb.c \
+       class.c name.c netg.c rule.c set.c sym.c userdb.c \
        crypt.c \
        noise.c rand.c \
        icrypt.c idea.c md5.c \
@@ -60,11 +60,12 @@ bcm_SOURCES = \
        become.h \
        check.h daemon.h \
        lexer.h parser.h \
-       class.h name.h rule.h set.h sym.h userdb.h \
+       class.h name.h netg.h rule.h set.h sym.h userdb.h \
        crypt.h \
        noise.h rand.h \
        icrypt.h idea.h md5.h \
-       mdwopt.h tx.h utils.h
+       mdwopt.h tx.h utils.h \
+       dbutils.h
 
 BUILT_SOURCES = \
        parser.c lexer.c parser.tab.h
@@ -82,7 +83,7 @@ lexer.c: $(srcdir)/lexer.l
 
 ## --- The main programs ---
 
-LDADD = libbcm.a @LIBS@ @LEXLIB@
+LDADD = libbcm.a @LEXLIB@
 become_SOURCES = become.c
 keygen_SOURCES = keygen.c
 
@@ -93,7 +94,7 @@ become keygen: libbcm.a
 ## --- The test programs ---
 
 TESTS = \
-       name-test sym-test userdb-test netg-test \
+       name-test netg-test sym-test userdb-test \
        crypt-test \
        blowfish-test idea-test md5-test