X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Fao-elftohex%2FMakefile.am;fp=ao-tools%2Fao-elftohex%2FMakefile.am;h=5e1975e742b7bbf672c6a3c71d4a565391177f14;hp=dd0046d7b04bfbb56c26c5e5283776dae66d3d0b;hb=f14c799ae7ff3be56c28f5694f04c03daff7708e;hpb=adf4bec88df1822031e1a8b00422de8b8b0c0cd4 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)