Updating to reflect the latest work.
[zilutils.git] / zilasm / Makefile.am
index eca5dc65ef5cdfa55a67948364d84a32337370c1..b09e69a80c82f185b5f98a2737cc320a4798e103 100644 (file)
@@ -19,4 +19,5 @@
 
 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