diff options
Diffstat (limited to 'ao-tools/ao-load/Makefile.am')
-rw-r--r-- | ao-tools/ao-load/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-load/Makefile.am b/ao-tools/ao-load/Makefile.am index 3c48dc27..b92a9c87 100644 --- a/ao-tools/ao-load/Makefile.am +++ b/ao-tools/ao-load/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS=ao-load -AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) +AM_CFLAGS=$(WARN_CFLAGS) -I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) AO_LOAD_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a ao_load_DEPENDENCIES = $(AO_LOAD_LIBS) |