X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Flib%2FMakefile.am;h=a664d083dde6d94f9ff56d06631ed56dc3157336;hb=5f6b3790667d9b92370b4fe0dad5626929fea2ba;hp=e682f757d68d8aa85c1e22d948c99c1443704849;hpb=35c54b3a278fa9bc2bc7f4b5ee04866697c93ba0;p=fw%2Faltos diff --git a/ao-tools/lib/Makefile.am b/ao-tools/lib/Makefile.am index e682f757..a664d083 100644 --- a/ao-tools/lib/Makefile.am +++ b/ao-tools/lib/Makefile.am @@ -2,6 +2,9 @@ noinst_LIBRARIES = libao-tools.a AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS) $(GNOME_CFLAGS) +libao_tools_a_uneeded = \ + cc-log.c + libao_tools_a_SOURCES = \ ccdbg-command.c \ ccdbg-debug.c \ @@ -16,7 +19,10 @@ libao_tools_a_SOURCES = \ ccdbg-state.c \ cc-analyse.c \ cc-convert.c \ - cc-log.c \ + cc-dsp.c \ + cc-integrate.c \ + cc-period.c \ + cc-process.c \ cc-usb.c \ cc-usb.h \ cc.h \ @@ -26,5 +32,12 @@ libao_tools_a_SOURCES = \ cc-bitbang.h \ cc-logfile.c \ cc-telem.c \ + cc-telemetry.c \ + cc-telemetry.h \ + cc-mega.c \ cp-usb-async.c \ - cp-usb-async.h + cp-usb-async.h \ + i0.c \ + chbevl.c \ + mconf.h \ + cephes.h