From 144387c3e343cfa58a3bf70d77d6b4ac10f45119 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 26 Oct 2012 16:16:46 +0900 Subject: [PATCH] Add shared.h to the dist files. --- tools/qfcc/include/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/qfcc/include/Makefile.am b/tools/qfcc/include/Makefile.am index bb507dae8..09a50756c 100644 --- a/tools/qfcc/include/Makefile.am +++ b/tools/qfcc/include/Makefile.am @@ -3,4 +3,5 @@ AUTOMAKE_OPTIONS= foreign EXTRA_DIST= class.h codespace.h cpp.h debug.h def.h defspace.h diagnostic.h \ emit.h expr.h function.h grab.h idstuff.h linker.h method.h \ obj_file.h obj_type.h opcodes.h options.h qfcc.h qfprogs.h reloc.h \ - statements.h strpool.h struct.h switch.h symtab.h type.h value.h + shared.h statements.h strpool.h struct.h switch.h symtab.h type.h \ + value.h