summaryrefslogtreecommitdiff
path: root/ao-tools/ao-rawload
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/ao-rawload')
-rw-r--r--ao-tools/ao-rawload/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-rawload/Makefile.am b/ao-tools/ao-rawload/Makefile.am
index d2c55658..64880549 100644
--- a/ao-tools/ao-rawload/Makefile.am
+++ b/ao-tools/ao-rawload/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS=ao-rawload
-AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
+AM_CFLAGS=$(WARN_CFLAGS) -I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
AO_RAWLOAD_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
ao_rawload_DEPENDENCIES = $(AO_RAWLOAD_LIBS)