X-Git-Url: https://jxself.org/git/?p=zilutils.git;a=blobdiff_plain;f=zilasm%2FMakefile.am;h=5134797e6ee041a9cf829e007c29199a42dd605b;hp=eca5dc65ef5cdfa55a67948364d84a32337370c1;hb=d69e331890c807396644b78be2c86d9afc1de78d;hpb=5eeced508bd0eabb590581284719ac6f7e04e45f diff --git a/zilasm/Makefile.am b/zilasm/Makefile.am index eca5dc6..5134797 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 +man_MANS = zilasm.1 +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