Debianization.
[become] / Makefile.am
index e3ce1c3..828b3c0 100644 (file)
@@ -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 ---------------------------------------------------