X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=zilasm%2FMakefile.am;h=5faa8ef82e4009ab963356bb14d3b4a7a63270d7;hb=82b0f84ab797141758929d16894d42e12ef79af7;hp=b09e69a80c82f185b5f98a2737cc320a4798e103;hpb=fd453701e368225dd15e9df2e5b1752aebe454e8;p=zilutils.git diff --git a/zilasm/Makefile.am b/zilasm/Makefile.am index b09e69a..5faa8ef 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 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 @@ -16,8 +17,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 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 opcodes.c symtable.c header.cpp parser.cpp directives.c 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