summaryrefslogtreecommitdiff
path: root/ao-tools/ao-stmload/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/ao-stmload/Makefile.am')
-rw-r--r--ao-tools/ao-stmload/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-stmload/Makefile.am b/ao-tools/ao-stmload/Makefile.am
index 45eb6216..a049f275 100644
--- a/ao-tools/ao-stmload/Makefile.am
+++ b/ao-tools/ao-stmload/Makefile.am
@@ -2,7 +2,7 @@ if LIBSTLINK
bin_PROGRAMS=ao-stmload
-AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(STLINK_CFLAGS) $(LIBUSB_CFLAGS)
+AM_CFLAGS=$(WARN_CFLAGS) -I$(top_srcdir)/ao-tools/lib $(STLINK_CFLAGS) $(LIBUSB_CFLAGS)
AO_STMLOAD_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
ao_stmload_DEPENDENCIES = $(AO_STMLOAD_LIBS)