blob: 5cbab5cf48da64219164ea9dea96072d43cde86f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|