From: curt Date: Mon, 2 Sep 2002 03:41:39 +0000 (+0000) Subject: Make sure interpreters/ gets included with "make dist" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=064ee8ba8f5ca90fd95d075fd11fb76acb3bc808;p=simgear.git Make sure interpreters/ gets included with "make dist" --- diff --git a/simgear/Makefile.am b/simgear/Makefile.am index 61bb70b0..5ae683d6 100644 --- a/simgear/Makefile.am +++ b/simgear/Makefile.am @@ -7,7 +7,7 @@ endif # METAR_DIRS = METAR_DIRS = metar -EXTRA_DIST = simgear_config.h.vc5 version.h.in +EXTRA_DIST = simgear_config.h.vc5 version.h.in interpreter/ include_HEADERS = \ compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h @@ -30,3 +30,4 @@ SUBDIRS = \ timing \ xgl +DIST_SUBDIRS = $(SUBDIRS) interpreter