From c99f3aba0e2838d9e89b0895ef0f92480ebd8ae8 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 4 Mar 2011 00:11:13 +0900 Subject: [PATCH] Add the new header files for make dist. --- tools/qfcc/include/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/qfcc/include/Makefile.am b/tools/qfcc/include/Makefile.am index 5b7f182dd..1b49eba5f 100644 --- a/tools/qfcc/include/Makefile.am +++ b/tools/qfcc/include/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS= foreign -EXTRA_DIST= class.h codespace.h cpp.h debug.h def.h emit.h expr.h \ - function.h grab.h idstuff.h immediate.h linker.h method.h \ - obj_file.h obj_type.h opcodes.h options.h qfcc.h qfprogs.h reloc.h \ - strpool.h struct.h switch.h symtab.h type.h +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 immediate.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