X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-bitbang%2FMakefile.am;h=b42885a40d0f8fd6a3f70e850dc6edbf8b60e205;hb=1451e2fd2092d720b0d49b93ac01bed7e88b831f;hp=b27c409089414a2a4c7a2acb7250852a107bdbe3;hpb=c29275b72438637d46d7a50742882d2736eb176a;p=fw%2Faltos diff --git a/ao-tools/ao-bitbang/Makefile.am b/ao-tools/ao-bitbang/Makefile.am index b27c4090..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) @@ -9,4 +9,4 @@ ao_bitbang_LDADD=$(AO_BITBANG_LIBS) $(LIBUSB_LIBS) ao_bitbang_SOURCES = ao-bitbang.c -man_MANS=ao-bitbang.1 \ No newline at end of file +man_MANS=ao-bitbang.1