diff options
author | Keith Packard <keithp@keithp.com> | 2017-09-06 08:37:12 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-09-12 13:31:38 -0700 |
commit | f607a882a50aa6cd9e8e3e74cbaa5bcc1b5fa4a4 (patch) | |
tree | 408004c12d903d9768c9d8e8f32dc0c1d00e24fc /ao-tools/ao-chaosread/Makefile.am | |
parent | 558a143315f0345b79cc4f22aa4b643fedcded9c (diff) |
ao-tools/ao-chaosread: Add -Wall -Wextra, clean up results
Diffstat (limited to 'ao-tools/ao-chaosread/Makefile.am')
-rw-r--r-- | ao-tools/ao-chaosread/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-chaosread/Makefile.am b/ao-tools/ao-chaosread/Makefile.am index 581eb2d2..6ba8885c 100644 --- a/ao-tools/ao-chaosread/Makefile.am +++ b/ao-tools/ao-chaosread/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS=ao-chaosread -AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) +AM_CFLAGS=$(LIBUSB_CFLAGS) -Wall -Wextra ao_chaosread_LDADD=$(LIBUSB_LIBS) |