X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Flib%2FMakefile.am;h=5f47c08984d975e01d32033722749694a2dd3f03;hp=1f8f2e42f33eb7d1098bbcc0aab5dff1842acd74;hb=d93a65a90f19e4816231e03b1f399af6e3742aee;hpb=82604193ed0c522c1fba0072b504fe88b027f1ee diff --git a/ao-tools/lib/Makefile.am b/ao-tools/lib/Makefile.am index 1f8f2e42..5f47c089 100644 --- a/ao-tools/lib/Makefile.am +++ b/ao-tools/lib/Makefile.am @@ -11,7 +11,6 @@ libao_tools_a_SOURCES = \ ccdbg-debug.h \ ccdbg-flash.c \ ccdbg.h \ - ccdbg-hex.c \ ccdbg-io.c \ ccdbg-manual.c \ ccdbg-memory.c \ @@ -21,6 +20,7 @@ libao_tools_a_SOURCES = \ cc-convert.c \ cc-dsp.c \ cc-integrate.c \ + cc-mega.c \ cc-period.c \ cc-process.c \ cc-usb.c \ @@ -39,4 +39,12 @@ libao_tools_a_SOURCES = \ i0.c \ chbevl.c \ mconf.h \ - cephes.h + cephes.h \ + ao-hex.c \ + ao-hex.h \ + ao-elf.c \ + ao-elf.h \ + ao-selfload.c \ + ao-selfload.h \ + ao-verbose.c \ + ao-verbose.h