From 3473f763bf7e1e1c97a3062aafa19c93bb7f9b15 Mon Sep 17 00:00:00 2001 From: mdw Date: Thu, 18 Sep 1997 11:23:11 +0000 Subject: [PATCH] Add `conf' directory. --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2454e41..06b220b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 --------------------------------------------------- -- 2.11.0