From 9599f815160ccfb5796c6ac3b936dfa5c31974e4 Mon Sep 17 00:00:00 2001 Message-Id: <9599f815160ccfb5796c6ac3b936dfa5c31974e4.1714319810.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 4 May 1999 16:18:39 +0000 Subject: [PATCH] Make sure the sample configuration gets distributed. (Automake changed behaviour here.) Organization: Straylight/Edgeware From: mdw --- conf/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/conf/Makefile.am b/conf/Makefile.am index 68f0222..7a20864 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with `automake' to generate `Makefile.in' ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.3 1998/01/12 16:45:34 mdw Exp $ +## $Id: Makefile.am,v 1.4 1999/05/04 16:18:39 mdw Exp $ ## ## Makefile for `become' ## @@ -29,7 +29,11 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ -## Revision 1.3 1998/01/12 16:45:34 mdw +## Revision 1.4 1999/05/04 16:18:39 mdw +## Make sure the sample configuration gets distributed. (Automake changed +## behaviour here.) +## +## Revision 1.3 1998/01/12 16:45:34 mdw ## Fix copyright date. ## ## Revision 1.2 1997/09/18 11:15:14 mdw @@ -44,6 +48,7 @@ etcdir = @etcdir@ noinst_DATA = become.conf +EXTRA_DIST = become.conf install-data-local: become.conf $(mkinstalldirs) $(etcdir) -- [mdw]