From 427da310659a07c1f4d4c483903a5cff498875fe Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sat, 9 Jun 2001 20:43:27 +0000 Subject: Note: I regenerated configure and aclocal.m4 as well, because `make dist' would do it anyway and I want the distribution to match the CVS version. 2001-06-09 Marcus Brinkmann * Makefile.am (debian_files): New variable. (EXTRA_DIST): Add files in $(debian_files), prefixed with debian/. * configure, Makefile.in, aclocal.m4: Regenerated. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b973f93..f9f07b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ AUTOMAKE_OPTIONS = gnu libexec_PROGRAMS = migcom bin_SCRIPTS = mig -EXTRA_DIST = gensym.awk cpu.sym +debian_files = changelog control copyright README.Debian rules +EXTRA_DIST = gensym.awk cpu.sym $(addprefix debian/, $(debian_files)) + CLEANFILES = cpu.h *.sym[co] migcom_SOURCES = alloc.h boolean.h error.c error.h global.c global.h \ -- cgit v1.2.3