summaryrefslogtreecommitdiff
path: root/ao-tools/ao-send-telem
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/ao-send-telem')
-rw-r--r--ao-tools/ao-send-telem/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)