chiark / gitweb /
Make sure the sample configuration gets distributed. (Automake changed
[become] / conf / Makefile.am
index 3fc3faa91ff7cc251ff7559117a5fdb8e7866452..7a2086493dba1f78662ca01f9fc56f52eb59f751 100644 (file)
@@ -1,11 +1,11 @@
 ## Process this file with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.2 1997/09/18 11:15:14 mdw Exp $
+## $Id: Makefile.am,v 1.4 1999/05/04 16:18:39 mdw Exp $
 ##
 ## Makefile for `become'
 ##
-## (c) 1997 EBI
+## (c) 1998 EBI
 ##
 
 ##----- Licensing notice ----------------------------------------------------
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## 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
 ## Install a skeleton configuration file carefully.
 ##
@@ -41,6 +48,7 @@
 etcdir = @etcdir@
 
 noinst_DATA = become.conf
+EXTRA_DIST = become.conf
 
 install-data-local: become.conf
        $(mkinstalldirs) $(etcdir)