X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ao-tools%2Fao-bitbang%2FMakefile.am;h=b42885a40d0f8fd6a3f70e850dc6edbf8b60e205;hb=f14c799ae7ff3be56c28f5694f04c03daff7708e;hp=f01cddd47d5e940f34d6efcbda9194cff7452838;hpb=b3b2d3c475a135084b5628c730fc6fca1ba0817b;p=fw%2Faltos 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)