X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/e4e3e20d80678fbbe376a46e9d0ef2404f2c8000..e669724dbe589e85c6e32335cff510abb6148086:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2454e41..e3ce1c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ ## 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.3 1998/01/12 16:45:19 mdw Exp $ ## ## Makefile for `become' ## -## (c) 1997 EBI +## (c) 1998 EBI ## ##----- Licensing notice ---------------------------------------------------- @@ -29,6 +29,12 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.3 1998/01/12 16:45:19 mdw +## Fix copyright date. +## +## 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 +42,6 @@ ##----- Just make the subdirectories ---------------------------------------- AUTOMAKE_OPTIONS = foreign -SUBDIRS = src manual +SUBDIRS = src manual conf ##----- That's all, folks ---------------------------------------------------