Add `conf' directory.
authormdw <mdw>
Thu, 18 Sep 1997 11:23:11 +0000 (11:23 +0000)
committermdw <mdw>
Thu, 18 Sep 1997 11:23:11 +0000 (11:23 +0000)
Makefile.am

index 2454e41..06b220b 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.1 1997/08/07 09:31:51 mdw Exp $
+## $Id: Makefile.am,v 1.2 1997/09/18 11:23:11 mdw Exp $
 ##
 ## Makefile for `become'
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.2  1997/09/18 11:23:11  mdw
+## Add `conf' directory.
+##
 ## Revision 1.1  1997/08/07 09:31:51  mdw
 ## Added new toplevel `Makefile.am' for the new `deep' package structure.
 ##
@@ -36,6 +39,6 @@
 ##----- Just make the subdirectories ----------------------------------------
 
 AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src manual
+SUBDIRS = src manual conf
 
 ##----- That's all, folks ---------------------------------------------------