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