X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=zilasm%2FMakefile.am;h=9378980dcf0a0e5f0f16bcf873d56cbf96625ba9;hb=d56c70320ba9bff10a2e0188a744758cb717a257;hp=eca5dc65ef5cdfa55a67948364d84a32337370c1;hpb=5eeced508bd0eabb590581284719ac6f7e04e45f;p=zilutils.git diff --git a/zilasm/Makefile.am b/zilasm/Makefile.am index eca5dc6..9378980 100644 --- a/zilasm/Makefile.am +++ b/zilasm/Makefile.am @@ -16,7 +16,9 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see # +# SPDX-License-Identifier: AGPL-3.0-or-later bin_PROGRAMS = zilasm -zilasm_SOURCES = main.c +zilasm_SOURCES = main.c opcodes.c symtable.c header.c parser.c directives.c labels.c zmem.c +include_HEADERS = opcodes.h symtable.h header.h parser.h directives.h labels.h zmem.h