From: curt Date: Thu, 23 May 2002 15:47:11 +0000 (+0000) Subject: Include autogen.sh in the distribution. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=69189afd23dcab1da5307d68aeb7a922cf6ec333;p=flightgear.git Include autogen.sh in the distribution. --- diff --git a/Makefile.am b/Makefile.am index becafbca4..2ff8003b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,14 @@ SUBDIRS = \ scripts \ man -EXTRA_DIST = Thanks acsite.m4 acconfig.h irix-hack.sh \ - FlightGear.dsp FlightGear.dsw +EXTRA_DIST = \ + Thanks \ + acsite.m4 \ + acconfig.h \ + autogen.sh \ + irix-hack.sh \ + FlightGear.dsp \ + FlightGear.dsw dist-hook: (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)