X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/c758e6541ca05409b178dd9629e9337494c49890..b0f66028a9a17a845590a4fe737a4f5e46f6b778:/Makefile.am diff --git a/Makefile.am b/Makefile.am index e3ce1c3..828b3c0 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.3 1998/01/12 16:45:19 mdw Exp $ +## $Id: Makefile.am,v 1.4 2003/11/29 23:39:16 mdw Exp $ ## ## Makefile for `become' ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.4 2003/11/29 23:39:16 mdw +## Debianization. +## ## Revision 1.3 1998/01/12 16:45:19 mdw ## Fix copyright date. ## @@ -44,4 +47,6 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src manual conf +EXTRA_DIST = debian/rules debian/copyright debian/control debian/changelog + ##----- That's all, folks ---------------------------------------------------