X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-sendfake%2FMakefile.am;fp=ao-tools%2Fao-sendfake%2FMakefile.am;h=19b7c66c75f63879d234d56173f9d1d6f6fe1751;hb=494467c27661d176f5004d3c777a5850c8d23c2d;hp=0000000000000000000000000000000000000000;hpb=248aaf5e76292c8e6bfa3600d2cf9b194bf66c86;p=fw%2Faltos diff --git a/ao-tools/ao-sendfake/Makefile.am b/ao-tools/ao-sendfake/Makefile.am new file mode 100644 index 00000000..19b7c66c --- /dev/null +++ b/ao-tools/ao-sendfake/Makefile.am @@ -0,0 +1,12 @@ +bin_PROGRAMS=ao-sendfake + +AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) +AO_STMLOAD_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a + +ao_sendfake_DEPENDENCIES = $(AO_STMLOAD_LIBS) + +ao_sendfake_LDADD=$(AO_STMLOAD_LIBS) $(LIBUSB_LIBS) + +ao_sendfake_SOURCES=ao-sendfake.c ao-sendfake.h + +man_MANS = ao-sendfake.1