From d114cb5c97695596c70b73ae4144bce77117b9bb Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Wed, 14 Jan 2009 10:36:23 +1100 Subject: [BUILD] Add arith_yacc.h to dash_SOURCES The file arith_yacc.h was missing from dash_SOURCES causing it to be excluded from the generated tar file. Signed-off-by: Herbert Xu --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e9130eb..ba68d55 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,8 @@ dash_CFILES = \ bltin/printf.c system.c bltin/test.c bltin/times.c var.c dash_SOURCES = \ $(dash_CFILES) \ - alias.h bltin/bltin.h cd.h error.h eval.h exec.h expand.h hetio.h \ + alias.h arith_yacc.h bltin/bltin.h cd.h error.h eval.h exec.h \ + expand.h hetio.h \ init.h input.h jobs.h machdep.h mail.h main.h memalloc.h miscbltin.h \ myhistedit.h mystring.h options.h output.h parser.h redir.h shell.h \ show.h system.h trap.h var.h -- cgit 1.4.1