diff options
Diffstat (limited to 'ao-tools/ao-test-baro')
-rw-r--r-- | ao-tools/ao-test-baro/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-test-baro/Makefile.am b/ao-tools/ao-test-baro/Makefile.am index 69e47529..c4d8cf25 100644 --- a/ao-tools/ao-test-baro/Makefile.am +++ b/ao-tools/ao-test-baro/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS=ao-test-baro -AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) +AM_CFLAGS=$(WARN_CFLAGS) -I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) ao_test_baro_DEPENDENCIES = $(top_builddir)/ao-tools/lib/libao-tools.a |