X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=zilasm%2FMakefile.am;h=78f5d37f19979a361b55ececf37de1cd8a2c33fa;hb=HEAD;hp=9378980dcf0a0e5f0f16bcf873d56cbf96625ba9;hpb=e66bff85f58de39f1b850a713413b0d9c10bb9a1;p=zilutils.git diff --git a/zilasm/Makefile.am b/zilasm/Makefile.am index 9378980..78f5d37 100644 --- a/zilasm/Makefile.am +++ b/zilasm/Makefile.am @@ -2,6 +2,7 @@ # Process this file with automake to produce Makefile.in. # # Copyright (C) 2015 Alexander Andrejevic +# 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 @@ -19,6 +20,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later bin_PROGRAMS = zilasm - -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 +man_MANS = zilasm.1 +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