X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Fao-usbtrng%2FMakefile.am;fp=ao-tools%2Fao-usbtrng%2FMakefile.am;h=5cbab5cf48da64219164ea9dea96072d43cde86f;hp=0000000000000000000000000000000000000000;hb=bf08397202860a73417cd1711012eb3e33f308c3;hpb=ee91e1da606c8a8fade278a3aeae9c1cc9014b84 diff --git a/ao-tools/ao-usbtrng/Makefile.am b/ao-tools/ao-usbtrng/Makefile.am new file mode 100644 index 00000000..5cbab5cf --- /dev/null +++ b/ao-tools/ao-usbtrng/Makefile.am @@ -0,0 +1,11 @@ +bin_PROGRAMS=ao-usbtrng + +AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) + +ao_usbtrng_DEPENDENCIES = $(top_builddir)/ao-tools/lib/libao-tools.a + +ao_usbtrng_LDADD=$(top_builddir)/ao-tools/lib/libao-tools.a $(LIBUSB_LIBS) + +ao_usbtrng_SOURCES=ao-usbtrng.c + +man_MANS = ao-usbtrng.1