summaryrefslogtreecommitdiff
path: root/ao-tools/ao-usbload/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/ao-usbload/Makefile.am')
-rw-r--r--ao-tools/ao-usbload/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/ao-tools/ao-usbload/Makefile.am b/ao-tools/ao-usbload/Makefile.am
new file mode 100644
index 00000000..e3b63a85
--- /dev/null
+++ b/ao-tools/ao-usbload/Makefile.am
@@ -0,0 +1,12 @@
+bin_PROGRAMS=ao-usbload
+
+AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
+AO_STMLOAD_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
+
+ao_usbload_DEPENDENCIES = $(AO_STMLOAD_LIBS)
+
+ao_usbload_LDADD=$(AO_STMLOAD_LIBS) $(LIBUSB_LIBS) -lelf
+
+ao_usbload_SOURCES=ao-usbload.c ao-usbload.h
+
+man_MANS = ao-usbload.1