X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=zilasm%2FMakefile.am;h=06a834be80c0e9d4128579fc9586605b7b3e1570;hb=c0f515aab1285fdedb65d4582b42cc59db0c8e26;hp=5134797e6ee041a9cf829e007c29199a42dd605b;hpb=5db546ee101b3f6c5abf5c626d5b95202272d70f;p=zilutils.git diff --git a/zilasm/Makefile.am b/zilasm/Makefile.am index 5134797..06a834b 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 @@ -20,5 +21,5 @@ bin_PROGRAMS = zilasm 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 +zilasm_SOURCES = main.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