Include autogen.sh in the distribution.
This commit is contained in:
parent
4d10297732
commit
69189afd23
1 changed files with 8 additions and 2 deletions
10
Makefile.am
10
Makefile.am
|
@ -4,8 +4,14 @@ SUBDIRS = \
|
||||||
scripts \
|
scripts \
|
||||||
man
|
man
|
||||||
|
|
||||||
EXTRA_DIST = Thanks acsite.m4 acconfig.h irix-hack.sh \
|
EXTRA_DIST = \
|
||||||
FlightGear.dsp FlightGear.dsw
|
Thanks \
|
||||||
|
acsite.m4 \
|
||||||
|
acconfig.h \
|
||||||
|
autogen.sh \
|
||||||
|
irix-hack.sh \
|
||||||
|
FlightGear.dsp \
|
||||||
|
FlightGear.dsw
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
(cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)
|
(cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)
|
||||||
|
|
Loading…
Reference in a new issue