X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=zilasm%2FMakefile.am;h=78f5d37f19979a361b55ececf37de1cd8a2c33fa;hb=b1f151e1500e1fdadafaab6b13df6e0a8f32136e;hp=5faa8ef82e4009ab963356bb14d3b4a7a63270d7;hpb=82b0f84ab797141758929d16894d42e12ef79af7;p=zilutils.git diff --git a/zilasm/Makefile.am b/zilasm/Makefile.am index 5faa8ef..78f5d37 100644 --- a/zilasm/Makefile.am +++ b/zilasm/Makefile.am @@ -2,7 +2,7 @@ # Process this file with automake to produce Makefile.in. # # Copyright (C) 2015 Alexander Andrejevic -# Copyright (C) 2019 Jason Self +# Copyright (C) 2019, 2020 Jason Self # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -21,5 +21,5 @@ bin_PROGRAMS = zilasm man_MANS = zilasm.1 -zilasm_SOURCES = main.cpp opcodes.c symtable.c header.cpp parser.cpp directives.c labels.cpp string_table.cpp zmem.c +zilasm_SOURCES = main.cpp compiler.cpp opcodes.c symtable.c header.cpp parser.cpp directives.cpp labels.cpp string_table.cpp zmem.c include_HEADERS = opcodes.h symtable.h header.h parser.h directives.h labels.h string_table.h zmem.h