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