X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-send-telem%2FMakefile.am;h=227e714f39fd86f2095d483963b0c5a2d52be1cb;hb=f26197f0eec650330b476514c47978b4ba087719;hp=bfddf131c895e0414cfaae9bb1b29475c7ec2b44;hpb=5ed88fb72c3e3ecf3333c700d838667db71cfbdc;p=fw%2Faltos diff --git a/ao-tools/ao-send-telem/Makefile.am b/ao-tools/ao-send-telem/Makefile.am index bfddf131..227e714f 100644 --- a/ao-tools/ao-send-telem/Makefile.am +++ b/ao-tools/ao-send-telem/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS=ao-send-telem -AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) +AM_CFLAGS=$(WARN_CFLAGS) -I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) AO_POSTFLIGHT_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a ao_send_telem_DEPENDENCIES = $(AO_POSTFLIGHT_LIBS)