X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Flib%2FMakefile.am;h=fd4dab253a8f4d33ffa3d6c07bd3bc5dd2758a09;hb=a9c495c7ca1e08b7ac76b0dab8b3bd9bd3a7edfc;hp=f66ee0a99634a0e663393b549c3e618895f53944;hpb=0c771d999914f9d17c723900f2987acc45fd0fbb;p=fw%2Faltos diff --git a/ao-tools/lib/Makefile.am b/ao-tools/lib/Makefile.am index f66ee0a9..fd4dab25 100644 --- a/ao-tools/lib/Makefile.am +++ b/ao-tools/lib/Makefile.am @@ -1,6 +1,9 @@ noinst_LIBRARIES = libao-tools.a -AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS) +AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS) $(GNOME_CFLAGS) + +libao_tools_a_uneeded = \ + cc-log.c libao_tools_a_SOURCES = \ ccdbg-command.c \ @@ -14,6 +17,13 @@ libao_tools_a_SOURCES = \ ccdbg-memory.c \ ccdbg-rom.c \ ccdbg-state.c \ + cc-analyse.c \ + cc-convert.c \ + cc-dsp.c \ + cc-integrate.c \ + cc-mega.c \ + cc-period.c \ + cc-process.c \ cc-usb.c \ cc-usb.h \ cc.h \ @@ -21,5 +31,13 @@ libao_tools_a_SOURCES = \ cc-util.c \ cc-bitbang.c \ cc-bitbang.h \ + cc-logfile.c \ + cc-telem.c \ + cc-telemetry.c \ + cc-telemetry.h \ cp-usb-async.c \ - cp-usb-async.h + cp-usb-async.h \ + i0.c \ + chbevl.c \ + mconf.h \ + cephes.h