src/become.c: Reintroduce missing newline in usage message.
[become] / Makefile.am
index 2454e41..5c3f1a0 100644 (file)
@@ -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.5 2004/04/08 01:36:20 mdw Exp $
 ##
 ## Makefile for `become'
 ##
-## (c) 1997 EBI
+## (c) 1998 EBI
 ##
 
 ##----- Licensing notice ----------------------------------------------------
 ## along with `become'; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.1  1997/08/07 09:31:51  mdw
-## Added new toplevel `Makefile.am' for the new `deep' package structure.
-##
-
 ##----- Just make the subdirectories ----------------------------------------
 
 AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src manual
+SUBDIRS = src manual conf
+
+EXTRA_DIST = debian/rules debian/copyright debian/control debian/changelog
 
 ##----- That's all, folks ---------------------------------------------------