X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Fao-bitbang%2FMakefile.am;fp=ao-tools%2Fao-bitbang%2FMakefile.am;h=b42885a40d0f8fd6a3f70e850dc6edbf8b60e205;hp=f01cddd47d5e940f34d6efcbda9194cff7452838;hb=f14c799ae7ff3be56c28f5694f04c03daff7708e;hpb=adf4bec88df1822031e1a8b00422de8b8b0c0cd4 diff --git a/ao-tools/ao-bitbang/Makefile.am b/ao-tools/ao-bitbang/Makefile.am index f01cddd4..b42885a4 100644 --- a/ao-tools/ao-bitbang/Makefile.am +++ b/ao-tools/ao-bitbang/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS=ao-bitbang -AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) +AM_CFLAGS=$(WARN_CFLAGS) -I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) AO_BITBANG_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a ao_bitbang_DEPENDENCIES = $(AO_BITBANG_LIBS)