ao-tools: Add lots of compiler warning flags to ao-tools build
[fw/altos] / ao-tools / ao-list / Makefile.am
index de3c4deb8dc051c74c1853d4757c1940cd2835a5..a3fbfa83a423941caa8a27b4c329b99c6de23e88 100644 (file)
@@ -1,6 +1,6 @@
 bin_PROGRAMS=ao-list
 
-AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
+AM_CFLAGS=$(WARN_CFLAGS) -I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
 AO_LIST_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
 
 ao_list_DEPENDENCIES = $(AO_LIST_LIBS)