ao-tools: Add lots of compiler warning flags to ao-tools build
[fw/altos] / ao-tools / ao-postflight / Makefile.am
index 589d164a40616746755dc3e357e12146cb693d74..892c62c6b04edcec08a0355a6208438e3831e930 100644 (file)
@@ -1,6 +1,6 @@
 bin_PROGRAMS=ao-postflight
 
-AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) $(GNOME_CFLAGS) $(PLPLOT_CFLAGS)
+AM_CFLAGS=$(WARN_CFLAGS) -I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) $(GNOME_CFLAGS) $(PLPLOT_CFLAGS)
 AO_POSTFLIGHT_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
 
 ao_postflight_DEPENDENCIES = $(AO_POSTFLIGHT_LIBS)